Class: Barthes::Client::AceQuery3

Inherits:
Ace show all
Defined in:
lib/barthes/client/ace_query3.rb

Constant Summary

Constants inherited from Ace

Barthes::Client::Ace::OPTION_KEYS

Instance Method Summary collapse

Methods inherited from Ace

#action

Methods inherited from HTTParty

#action, #compare, #extract, #set_proxy, #xpath

Constructor Details

#initialize(env) ⇒ AceQuery3

Returns a new instance of AceQuery3.



2
3
4
5
# File 'lib/barthes/client/ace_query3.rb', line 2

def initialize(env)
    super(env)
    @client = AceClient::Query3.new(@options)
end