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