Class: Dynamodb::Api::Base

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

Overview

:nodoc:

Direct Known Subclasses

Query, Scan

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

Raises:

  • (NotImplementedError)


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

def all
  raise NotImplementedError, "You must implement #{self.class}##{__method__}"
end