Class: SpecForge::HTTP::Verb::Patch
- Inherits:
-
Verb
- Object
- Verb
- SpecForge::HTTP::Verb::Patch
- Defined in:
- lib/spec_forge/http/verb.rb
Overview
Represents the HTTP PATCH method
Instance Method Summary collapse
-
#initialize ⇒ Patch
constructor
A new instance of Patch.
Constructor Details
#initialize ⇒ Patch
Returns a new instance of Patch.
45 |
# File 'lib/spec_forge/http/verb.rb', line 45 def initialize = super(name: "PATCH") |