Method: Dynamodb::Api::Base#all

Defined in:
lib/dynamodb/api/base.rb

#allObject

Raises:

  • (NotImplementedError)


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

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