Module: DynamoRecord
- Extended by:
- DynamoRecord
- Included in:
- DynamoRecord
- Defined in:
- lib/dynamo_record.rb,
lib/dynamo_record/query.rb,
lib/dynamo_record/config.rb,
lib/dynamo_record/fields.rb,
lib/dynamo_record/finders.rb,
lib/dynamo_record/version.rb,
lib/dynamo_record/document.rb,
lib/dynamo_record/collection.rb,
lib/dynamo_record/persistence.rb
Defined Under Namespace
Modules: Config, Document, Fields, Finders, Persistence, Query Classes: Collection
Constant Summary collapse
- VERSION =
"0.0.20"
Instance Method Summary collapse
- #configure ⇒ Object (also: #config)
Instance Method Details
#configure ⇒ Object Also known as: config
21 22 23 |
# File 'lib/dynamo_record.rb', line 21 def configure block_given? ? yield(DynamoRecord::Config) : DynamoRecord::Config end |