class Barthes::Client::AceQuery3

Public Class Methods

new(env) click to toggle source
Calls superclass method Barthes::Client::Ace::new
# File lib/barthes/client/ace_query3.rb, line 2
def initialize(env)
        super(env)
        @client = AceClient::Query3.new(@options)
end