Class: SpecForge::HTTP::Verb::Get

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

Overview

Represents the HTTP GET method

Returns:

  • (Get)

    A GET verb instance

Instance Method Summary collapse

Constructor Details

#initializeGet

Returns a new instance of Get.



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

def initialize = super(name: "GET")