Class: DataMapper::Query
- Inherits:
-
Object
- Object
- DataMapper::Query
- Defined in:
- lib/couchdb_adapter/view.rb
Instance Attribute Summary collapse
-
#view ⇒ Object
Returns the value of attribute view.
-
#view_options ⇒ Object
Returns the value of attribute view_options.
Instance Attribute Details
#view ⇒ Object
Returns the value of attribute view.
3 4 5 |
# File 'lib/couchdb_adapter/view.rb', line 3 def view @view end |
#view_options ⇒ Object
Returns the value of attribute view_options.
3 4 5 |
# File 'lib/couchdb_adapter/view.rb', line 3 def @view_options end |