tily/barthes

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

Summary

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