Class: Customer
- Includes:
- MongoPersist
- Defined in:
- lib/mongo_persist/sandbox.rb
Constant Summary
Constants included from MongoPersist
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
Attributes included from MongoPersist
Method Summary
Methods included from MongoPersist
#can_mongo_convert?, #from_mongo_hash, included, #mongo_addl_attributes, #mongo_attributes, #mongo_child_attributes, #new_hashx, #to_mongo_hash, #to_mongo_ref_hash
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
30 31 32 |
# File 'lib/mongo_persist/sandbox.rb', line 30 def email @email end |