Class: Shopify::Fulfillment

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

Overview

/admin/orders//fulfillments.xml

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

#idObject

Returns the value of attribute id.



124
125
126
# File 'lib/shopify.rb', line 124

def id
  @id
end

#line_itemsObject

Returns the value of attribute line_items.



124
125
126
# File 'lib/shopify.rb', line 124

def line_items
  @line_items
end

#order_idObject

Returns the value of attribute order_id.



124
125
126
# File 'lib/shopify.rb', line 124

def order_id
  @order_id
end

#receiptObject

Returns the value of attribute receipt.



124
125
126
# File 'lib/shopify.rb', line 124

def receipt
  @receipt
end

#statusObject

Returns the value of attribute status.



124
125
126
# File 'lib/shopify.rb', line 124

def status
  @status
end

#tracking_numberObject

Returns the value of attribute tracking_number.



124
125
126
# File 'lib/shopify.rb', line 124

def tracking_number
  @tracking_number
end