Class: Apruve::ShipmentItem

Inherits:
ApruveObject show all
Defined in:
lib/apruve/resources/shipment_item.rb

Instance Attribute Summary collapse

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_centsObject

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

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/apruve/resources/shipment_item.rb', line 3

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/apruve/resources/shipment_item.rb', line 3

def description
  @description
end

#price_ea_centsObject

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_centsObject

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

#quantityObject

Returns the value of attribute quantity.



3
4
5
# File 'lib/apruve/resources/shipment_item.rb', line 3

def quantity
  @quantity
end

#shipment_idObject

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_centsObject

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

#skuObject

Returns the value of attribute sku.



3
4
5
# File 'lib/apruve/resources/shipment_item.rb', line 3

def sku
  @sku
end

#tax_centsObject

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

#taxableObject

Returns the value of attribute taxable.



3
4
5
# File 'lib/apruve/resources/shipment_item.rb', line 3

def taxable
  @taxable
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/apruve/resources/shipment_item.rb', line 3

def title
  @title
end

#uuidObject

Returns the value of attribute uuid.



3
4
5
# File 'lib/apruve/resources/shipment_item.rb', line 3

def uuid
  @uuid
end

#variant_infoObject

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

#vendorObject

Returns the value of attribute vendor.



3
4
5
# File 'lib/apruve/resources/shipment_item.rb', line 3

def vendor
  @vendor
end

#view_product_urlObject

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