Class: Dynamodb::Api::Base
- Inherits:
-
Object
- Object
- Dynamodb::Api::Base
- Includes:
- Relation
- Defined in:
- lib/dynamodb/api/base.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
Methods included from Relation::QueryMethods
#filter, #from, #index, #limit, #order, #select, #where
Instance Method Details
#all ⇒ Object
10 11 12 |
# File 'lib/dynamodb/api/base.rb', line 10 def all raise NotImplementedError, "You must implement #{self.class}##{__method__}" end |