Method: Dynamoid::Criteria::Chain#all

Defined in:
lib/dynamoid/criteria/chain.rb

#allObject

Returns all the records matching the criteria.

Since:

  • 0.2.0



45
46
47
# File 'lib/dynamoid/criteria/chain.rb', line 45

def all
  records
end