Class: SpecForge::HTTP::Verb::Patch

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

Overview

Represents the HTTP PATCH method

Returns:

  • (Patch)

    A PATCH verb instance

Instance Method Summary collapse

Constructor Details

#initializePatch

Returns a new instance of Patch.



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

def initialize = super(name: "PATCH")