Class: Shopify::LineItem

Inherits:
ShopifyModel show all
Defined in:
lib/shopify.rb

Instance Attribute Summary collapse

Attributes inherited from ShopifyModel

#shop

Method Summary

Methods inherited from ShopifyModel

children_of, #initialize, #inspect, instantiate, is_child?, top_level

Constructor Details

This class inherits a constructor from Shopify::ShopifyModel

Instance Attribute Details

#fulfillment_serviceObject

Returns the value of attribute fulfillment_service.



118
119
120
# File 'lib/shopify.rb', line 118

def fulfillment_service
  @fulfillment_service
end

#gramsObject

Returns the value of attribute grams.



118
119
120
# File 'lib/shopify.rb', line 118

def grams
  @grams
end

#idObject

Returns the value of attribute id.



118
119
120
# File 'lib/shopify.rb', line 118

def id
  @id
end

#nameObject

Returns the value of attribute name.



118
119
120
# File 'lib/shopify.rb', line 118

def name
  @name
end

#priceObject

Returns the value of attribute price.



118
119
120
# File 'lib/shopify.rb', line 118

def price
  @price
end

#product_titleObject

Returns the value of attribute product_title.



118
119
120
# File 'lib/shopify.rb', line 118

def product_title
  @product_title
end

#quantityObject

Returns the value of attribute quantity.



118
119
120
# File 'lib/shopify.rb', line 118

def quantity
  @quantity
end

#skuObject

Returns the value of attribute sku.



118
119
120
# File 'lib/shopify.rb', line 118

def sku
  @sku
end

#titleObject

Returns the value of attribute title.



118
119
120
# File 'lib/shopify.rb', line 118

def title
  @title
end

#variant_idObject

Returns the value of attribute variant_id.



118
119
120
# File 'lib/shopify.rb', line 118

def variant_id
  @variant_id
end

#vendorObject

Returns the value of attribute vendor.



118
119
120
# File 'lib/shopify.rb', line 118

def vendor
  @vendor
end