Module: S3DB
- Defined in:
- lib/s3db.rb,
lib/s3db/utils.rb,
lib/s3db/record.rb,
lib/s3db/backend.rb,
lib/s3db/database.rb,
lib/s3db/collection.rb,
lib/s3db/file_backend.rb
Defined Under Namespace
Modules: Record Classes: Backend, Collection, Database, FileBackend, Utils
Class Attribute Summary collapse
-
.backend ⇒ Object
Returns the value of attribute backend.
Class Attribute Details
.backend ⇒ Object
Returns the value of attribute backend.
14 15 16 |
# File 'lib/s3db.rb', line 14 def backend @backend end |