module Ethon::Easies::Http::Actionable

def initialize(url, options)

Returns:
  • (Action) - A new action.

Parameters:
  • options (Hash) -- The options.
  • url (String) -- The url.

Other tags:
    Example: Create a new action. -
def initialize(url, options)
  @url = url
  @options = options
end