Class: Zinc::MerchantOrderId
- Defined in:
- lib/zinc/merchant_order_id.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
-
#merchant ⇒ Object
Returns the value of attribute merchant.
-
#merchant_order_id ⇒ Object
Returns the value of attribute merchant_order_id.
-
#placed_at ⇒ Object
Returns the value of attribute placed_at.
-
#product_ids ⇒ Object
Returns the value of attribute product_ids.
-
#tracking ⇒ Object
Returns the value of attribute tracking.
-
#tracking_url ⇒ Object
Returns the value of attribute tracking_url.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Zinc::Model
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
3 4 5 |
# File 'lib/zinc/merchant_order_id.rb', line 3 def account @account end |
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
3 4 5 |
# File 'lib/zinc/merchant_order_id.rb', line 3 def delivery_date @delivery_date end |
#merchant ⇒ Object
Returns the value of attribute merchant.
3 4 5 |
# File 'lib/zinc/merchant_order_id.rb', line 3 def merchant @merchant end |
#merchant_order_id ⇒ Object
Returns the value of attribute merchant_order_id.
3 4 5 |
# File 'lib/zinc/merchant_order_id.rb', line 3 def merchant_order_id @merchant_order_id end |
#placed_at ⇒ Object
Returns the value of attribute placed_at.
3 4 5 |
# File 'lib/zinc/merchant_order_id.rb', line 3 def placed_at @placed_at end |
#product_ids ⇒ Object
Returns the value of attribute product_ids.
3 4 5 |
# File 'lib/zinc/merchant_order_id.rb', line 3 def product_ids @product_ids end |
#tracking ⇒ Object
Returns the value of attribute tracking.
3 4 5 |
# File 'lib/zinc/merchant_order_id.rb', line 3 def tracking @tracking end |
#tracking_url ⇒ Object
Returns the value of attribute tracking_url.
3 4 5 |
# File 'lib/zinc/merchant_order_id.rb', line 3 def tracking_url @tracking_url end |