Class: DataMapper::Query

Inherits:
Object
  • Object
show all
Defined in:
lib/couchdb_adapter/view.rb

Instance Attribute Summary collapse

Instance Attribute Details

#viewObject

Returns the value of attribute view.



3
4
5
# File 'lib/couchdb_adapter/view.rb', line 3

def view
  @view
end

#view_optionsObject

Returns the value of attribute view_options.



3
4
5
# File 'lib/couchdb_adapter/view.rb', line 3

def view_options
  @view_options
end