Class: SpecForge::HTTP::Verb::Post

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

Overview

Represents the HTTP POST method

Returns:

  • (Post)

    A POST verb instance

Instance Method Summary collapse

Constructor Details

#initializePost

Returns a new instance of Post.



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

def initialize = super(name: "POST")