Class: Barthes::Client::AceQuery4
- Defined in:
- lib/barthes/client/ace_query4.rb
Constant Summary
Constants inherited from Ace
Barthes::Client::Ace::OPTION_KEYS
Instance Method Summary collapse
-
#initialize(env) ⇒ AceQuery4
constructor
A new instance of AceQuery4.
Methods inherited from Ace
Methods inherited from HTTParty
#action, #compare, #extract, #set_proxy, #xpath
Constructor Details
#initialize(env) ⇒ AceQuery4
Returns a new instance of AceQuery4.
2 3 4 5 |
# File 'lib/barthes/client/ace_query4.rb', line 2 def initialize(env) super(env) @client = AceClient::Query4.new(@options) end |