Class Ethon::Easy::Http::Get
In: lib/ethon/easy/http/get.rb
Parent: Object

This class knows everything about making GET requests.

Methods

setup  

Included Modules

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

Public Instance methods

Setup easy to make a GET request.

@example Setup.

  get.set_params(easy)

@param [ Easy ] easy The easy to setup.

[Validate]