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