Libraries
»
couchmodel
(0.1.2)
»
Index
»
CouchModel
»
Base
»
#id
Method: CouchModel::Base#id
Defined in:
lib/couch_model/base.rb
#
id
⇒
Object
Also known as:
_id
43 44 45
# File 'lib/couch_model/base.rb', line 43
def
id
@attributes
[
"
_id
"
]
end