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