Class Ethon::Easy::Http::Patch
In: lib/ethon/easy/http/patch.rb
Parent: Object

This class knows everything about making PATCH requests.

Methods

setup  

Included Modules

Ethon::Easy::Http::Actionable Ethon::Easy::Http::Postable

Public Instance methods

Setup easy to make a PATCH request.

@example Setup.

  patch.setup(easy)

@param [ Easy ] easy The easy to setup.

[Validate]