Sha256: 217e5586c159f6e39acac391e570809c75cba0b965ff5ae1d0979a95ca869875

Contents?: true

Size: 293 Bytes

Versions: 7

Compression:

Stored size: 293 Bytes

Contents

module AgnosticBackend
  module Queryable
    module Cloudsearch
      class QueryBuilder < AgnosticBackend::Queryable::QueryBuilder
        private

        def create_query(context)
          AgnosticBackend::Queryable::Cloudsearch::Query.new(context)
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
agnostic_backend-0.9.9 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb
agnostic_backend-0.9.8 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb
agnostic_backend-0.9.4 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb
agnostic_backend-0.9.3 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb
agnostic_backend-0.9.2 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb
agnostic_backend-0.9.1 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb
agnostic_backend-0.9.0 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb