Class: Mollie::Order::Shipment
- Defined in:
- lib/mollie/order/shipment.rb
Instance Attribute Summary collapse
-
#_links ⇒ Object
(also: #links)
Returns the value of attribute _links.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
-
#tracking ⇒ Object
Returns the value of attribute tracking.
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
all, #assign_attributes, cancel, create, #delete, delete, get, id_param, #initialize, parent_id, request, resource_name, update, #update
Constructor Details
This class inherits a constructor from Mollie::Base
Instance Attribute Details
#_links ⇒ Object Also known as: links
Returns the value of attribute _links.
4 5 6 |
# File 'lib/mollie/order/shipment.rb', line 4 def _links @_links end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/mollie/order/shipment.rb', line 4 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/mollie/order/shipment.rb', line 4 def id @id end |
#lines ⇒ Object
Returns the value of attribute lines.
4 5 6 |
# File 'lib/mollie/order/shipment.rb', line 4 def lines @lines end |
#order_id ⇒ Object
Returns the value of attribute order_id.
4 5 6 |
# File 'lib/mollie/order/shipment.rb', line 4 def order_id @order_id end |
#tracking ⇒ Object
Returns the value of attribute tracking.
4 5 6 |
# File 'lib/mollie/order/shipment.rb', line 4 def tracking @tracking end |