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