Class Ethon::Easy::Http::Put
In: lib/ethon/easy/http/put.rb
Parent: Object

This class knows everything about making PUT requests.

Methods

setup  

Included Modules

Ethon::Easy::Http::Actionable Ethon::Easy::Http::Putable

Public Instance methods

Setup easy to make a PUT request.

@example Setup.

  put.setup(easy)

@param [ Easy ] easy The easy to setup.

[Validate]