Class: Dynamodb::Api::Query
Overview
:nodoc:
Instance Attribute Summary
Attributes included from Relation
#attr_expression_attribute, #filter_clause, #from_clause, #index_clause, #limit_clause, #order_clause, #select_clause, #where_clause
Instance Method Summary collapse
Methods included from Relation
Methods included from Relation::QueryMethods
#filter, #from, #index, #limit, #order, #select, #where
Instance Method Details
#all ⇒ Object
8 9 10 |
# File 'lib/dynamodb/api/query.rb', line 8 def all Adapter.client.query(build_query) end |