Class: Apruve::ShipmentItem
- Inherits:
-
ApruveObject
- Object
- ApruveObject
- Apruve::ShipmentItem
- Defined in:
- lib/apruve/resources/shipment_item.rb
Instance Attribute Summary collapse
-
#amount_cents ⇒ Object
Returns the value of attribute amount_cents.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#description ⇒ Object
Returns the value of attribute description.
-
#price_ea_cents ⇒ Object
Returns the value of attribute price_ea_cents.
-
#price_total_cents ⇒ Object
Returns the value of attribute price_total_cents.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#shipment_id ⇒ Object
Returns the value of attribute shipment_id.
-
#shipping_cents ⇒ Object
Returns the value of attribute shipping_cents.
-
#sku ⇒ Object
Returns the value of attribute sku.
-
#tax_cents ⇒ Object
Returns the value of attribute tax_cents.
-
#taxable ⇒ Object
Returns the value of attribute taxable.
-
#title ⇒ Object
Returns the value of attribute title.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#variant_info ⇒ Object
Returns the value of attribute variant_info.
-
#vendor ⇒ Object
Returns the value of attribute vendor.
-
#view_product_url ⇒ Object
Returns the value of attribute view_product_url.
Method Summary
Methods inherited from ApruveObject
#initialize, logger, #logger, #to_hash, #to_json, #validate
Constructor Details
This class inherits a constructor from Apruve::ApruveObject
Instance Attribute Details
#amount_cents ⇒ Object
Returns the value of attribute amount_cents.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def amount_cents @amount_cents end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def currency @currency end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def description @description end |
#price_ea_cents ⇒ Object
Returns the value of attribute price_ea_cents.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def price_ea_cents @price_ea_cents end |
#price_total_cents ⇒ Object
Returns the value of attribute price_total_cents.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def price_total_cents @price_total_cents end |
#quantity ⇒ Object
Returns the value of attribute quantity.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def quantity @quantity end |
#shipment_id ⇒ Object
Returns the value of attribute shipment_id.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def shipment_id @shipment_id end |
#shipping_cents ⇒ Object
Returns the value of attribute shipping_cents.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def shipping_cents @shipping_cents end |
#sku ⇒ Object
Returns the value of attribute sku.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def sku @sku end |
#tax_cents ⇒ Object
Returns the value of attribute tax_cents.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def tax_cents @tax_cents end |
#taxable ⇒ Object
Returns the value of attribute taxable.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def taxable @taxable end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def title @title end |
#uuid ⇒ Object
Returns the value of attribute uuid.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def uuid @uuid end |
#variant_info ⇒ Object
Returns the value of attribute variant_info.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def variant_info @variant_info end |
#vendor ⇒ Object
Returns the value of attribute vendor.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def vendor @vendor end |
#view_product_url ⇒ Object
Returns the value of attribute view_product_url.
3 4 5 |
# File 'lib/apruve/resources/shipment_item.rb', line 3 def view_product_url @view_product_url end |