tily/barthes

View on GitHub
lib/barthes/client/ace_query3.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Barthes::Client::AceQuery3 < Barthes::Client::Ace
        def initialize(env)
        super(env)
        @client = AceClient::Query3.new(@options)
        end
end