Module: Mongocore
- Defined in:
- lib/mongocore.rb,
lib/mongocore/cache.rb,
lib/mongocore/query.rb,
lib/mongocore/access.rb,
lib/mongocore/schema.rb,
lib/mongocore/filters.rb,
lib/mongocore/document.rb
Defined Under Namespace
Modules: Document Classes: Access, Cache, Filters, Query, Schema
Constant Summary collapse
- VERSION =
'0.5.0'
Class Attribute Summary collapse
-
.access ⇒ Object
Returns the value of attribute access.
-
.cache ⇒ Object
Returns the value of attribute cache.
-
.db ⇒ Object
Returns the value of attribute db.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.per_page ⇒ Object
Returns the value of attribute per_page.
-
.schema ⇒ Object
Returns the value of attribute schema.
-
.sort ⇒ Object
Returns the value of attribute sort.
-
.timestamps ⇒ Object
Returns the value of attribute timestamps.
Class Attribute Details
.access ⇒ Object
Returns the value of attribute access.
19 20 21 |
# File 'lib/mongocore.rb', line 19 def access @access end |
.cache ⇒ Object
Returns the value of attribute cache.
19 20 21 |
# File 'lib/mongocore.rb', line 19 def cache @cache end |
.db ⇒ Object
Returns the value of attribute db.
19 20 21 |
# File 'lib/mongocore.rb', line 19 def db @db end |
.debug ⇒ Object
Returns the value of attribute debug.
19 20 21 |
# File 'lib/mongocore.rb', line 19 def debug @debug end |
.per_page ⇒ Object
Returns the value of attribute per_page.
19 20 21 |
# File 'lib/mongocore.rb', line 19 def per_page @per_page end |
.schema ⇒ Object
Returns the value of attribute schema.
19 20 21 |
# File 'lib/mongocore.rb', line 19 def schema @schema end |
.sort ⇒ Object
Returns the value of attribute sort.
19 20 21 |
# File 'lib/mongocore.rb', line 19 def sort @sort end |
.timestamps ⇒ Object
Returns the value of attribute timestamps.
19 20 21 |
# File 'lib/mongocore.rb', line 19 def @timestamps end |