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