Class: Customer

Inherits:
Object show all
Includes:
MongoPersist
Defined in:
lib/mongo_persist/sandbox.rb

Constant Summary

Constants included from MongoPersist

MongoPersist::NIL_OBJ

Instance Attribute Summary collapse

Attributes included from MongoPersist

#mongo_id

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

#emailObject

Returns the value of attribute email.



30
31
32
# File 'lib/mongo_persist/sandbox.rb', line 30

def email
  @email
end