Class: SpecForge::HTTP::Verb::Delete

Inherits:
Verb
  • Object
show all
Defined in:
lib/spec_forge/http/verb.rb

Overview

Represents the HTTP DELETE method

Returns:

  • (Delete)

    A DELETE verb instance

Instance Method Summary collapse

Constructor Details

#initializeDelete

Returns a new instance of Delete.



27
# File 'lib/spec_forge/http/verb.rb', line 27

def initialize = super(name: "DELETE")