Class: Dynamodb::Api::Query

Inherits:
Object
  • Object
show all
Includes:
Relation
Defined in:
lib/dynamodb/api/query.rb

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

#expression_attribute

Methods included from Relation::QueryMethods

#filter, #from, #index, #limit, #order, #select, #where

Instance Method Details

#allObject



10
11
12
# File 'lib/dynamodb/api/query.rb', line 10

def all
  Adapter.client.query(build_query)
end