Class: Shopify::Order

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

Overview

/admin/orders.xml

Instance Attribute Summary collapse

Attributes inherited from ShopifyModel

#shop

Instance Method Summary collapse

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

#billing_addressObject

Returns the value of attribute billing_address.



105
106
107
# File 'lib/shopify.rb', line 105

def billing_address
  @billing_address
end

#browser_ipObject

Returns the value of attribute browser_ip.



105
106
107
# File 'lib/shopify.rb', line 105

def browser_ip
  @browser_ip
end

#buyer_accepts_marketingObject

Returns the value of attribute buyer_accepts_marketing.



105
106
107
# File 'lib/shopify.rb', line 105

def buyer_accepts_marketing
  @buyer_accepts_marketing
end

#closed_atObject

Returns the value of attribute closed_at.



105
106
107
# File 'lib/shopify.rb', line 105

def closed_at
  @closed_at
end

#created_atObject

Returns the value of attribute created_at.



105
106
107
# File 'lib/shopify.rb', line 105

def created_at
  @created_at
end

#currencyObject

Returns the value of attribute currency.



105
106
107
# File 'lib/shopify.rb', line 105

def currency
  @currency
end

#emailObject

Returns the value of attribute email.



105
106
107
# File 'lib/shopify.rb', line 105

def email
  @email
end

#financial_statusObject

Returns the value of attribute financial_status.



105
106
107
# File 'lib/shopify.rb', line 105

def financial_status
  @financial_status
end

#fulfillment_statusObject

Returns the value of attribute fulfillment_status.



105
106
107
# File 'lib/shopify.rb', line 105

def fulfillment_status
  @fulfillment_status
end

#gatewayObject

Returns the value of attribute gateway.



105
106
107
# File 'lib/shopify.rb', line 105

def gateway
  @gateway
end

#idObject

Returns the value of attribute id.



105
106
107
# File 'lib/shopify.rb', line 105

def id
  @id
end

#line_itemsObject

Returns the value of attribute line_items.



105
106
107
# File 'lib/shopify.rb', line 105

def line_items
  @line_items
end

#nameObject

Returns the value of attribute name.



105
106
107
# File 'lib/shopify.rb', line 105

def name
  @name
end

#noteObject

Returns the value of attribute note.



105
106
107
# File 'lib/shopify.rb', line 105

def note
  @note
end

#numberObject

Returns the value of attribute number.



105
106
107
# File 'lib/shopify.rb', line 105

def number
  @number
end

#shipping_addressObject

Returns the value of attribute shipping_address.



105
106
107
# File 'lib/shopify.rb', line 105

def shipping_address
  @shipping_address
end

#shipping_lineObject

Returns the value of attribute shipping_line.



105
106
107
# File 'lib/shopify.rb', line 105

def shipping_line
  @shipping_line
end

#subtotal_priceObject

Returns the value of attribute subtotal_price.



105
106
107
# File 'lib/shopify.rb', line 105

def subtotal_price
  @subtotal_price
end

#taxes_includedObject

Returns the value of attribute taxes_included.



105
106
107
# File 'lib/shopify.rb', line 105

def taxes_included
  @taxes_included
end

#tokenObject

Returns the value of attribute token.



105
106
107
# File 'lib/shopify.rb', line 105

def token
  @token
end

#total_discountsObject

Returns the value of attribute total_discounts.



105
106
107
# File 'lib/shopify.rb', line 105

def total_discounts
  @total_discounts
end

#total_line_items_priceObject

Returns the value of attribute total_line_items_price.



105
106
107
# File 'lib/shopify.rb', line 105

def total_line_items_price
  @total_line_items_price
end

#total_priceObject

Returns the value of attribute total_price.



105
106
107
# File 'lib/shopify.rb', line 105

def total_price
  @total_price
end

#total_taxObject

Returns the value of attribute total_tax.



105
106
107
# File 'lib/shopify.rb', line 105

def total_tax
  @total_tax
end

#total_weightObject

Returns the value of attribute total_weight.



105
106
107
# File 'lib/shopify.rb', line 105

def total_weight
  @total_weight
end

#updated_atObject

Returns the value of attribute updated_at.



105
106
107
# File 'lib/shopify.rb', line 105

def updated_at
  @updated_at
end

Instance Method Details

#fulfillmentsObject

Get all fulfillments related to this order.



108
109
# File 'lib/shopify.rb', line 108

def fulfillments
end

#transactionsObject

Get all transactions related to this order.



112
113
# File 'lib/shopify.rb', line 112

def transactions
end