Class: Order

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

Instance Attribute Summary collapse

Attributes included from MongoPersist

#mongo_id

Instance Method Summary collapse

Methods included from MongoPersist

#from_mongo_hash, included, #mongo_attributes, #mongo_child_attributes, #to_mongo_hash, #to_mongo_ref_hash

Instance Attribute Details

#customersObject

Returns the value of attribute customers.



9
10
11
# File 'lib/mongo_persist/sandbox.rb', line 9

def customers
  @customers
end

#po_numberObject

Returns the value of attribute po_number.



9
10
11
# File 'lib/mongo_persist/sandbox.rb', line 9

def po_number
  @po_number
end

Instance Method Details

#productsObject



12
13
14
# File 'lib/mongo_persist/sandbox.rb', line 12

def products
  order_products.map { |x| x.product }
end