Class: Dynamodb::Api::Query
- Inherits:
-
Object
- Object
- Dynamodb::Api::Query
- Includes:
- Relation
- Defined in:
- lib/dynamodb/api/query.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes included from Relation
#expression_attribute, #filter_clause, #from_clause, #index_clause, #order_clause, #select_clause, #where_clause
Instance Method Summary collapse
Methods included from QueryMethods
#ex_attr, #filter, #from, #index, #order, #select, #where
Instance Method Details
#all ⇒ Object
10 11 12 |
# File 'lib/dynamodb/api/query.rb', line 10 def all Adapter.client.query(build_query) end |