module Ethon::Easy::Http::Actionable
def initialize(url, options)
-
(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, @query_options = parse_options(options) end