class Barthes::Client::AceQuery2
Public Class Methods
new(env)
click to toggle source
Calls superclass method
Barthes::Client::Ace::new
# File lib/barthes/client/ace_query2.rb, line 4 def initialize(env) super(env) @client = AceClient::Query2.new(@options) end