class Barthes::Client::AceQuery4

Public Class Methods

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