Class: CheckoutRu::Order
- Defined in:
- lib/checkout_ru/order.rb
Defined Under Namespace
Modules: Status
Instance Method Summary collapse
-
#initialize ⇒ Order
constructor
A new instance of Order.
Methods inherited from Entity
Constructor Details
#initialize ⇒ Order
Returns a new instance of Order.
29 30 31 32 |
# File 'lib/checkout_ru/order.rb', line 29 def initialize(*) super self[:goods] ||= [] end |