Class: Shopify::Province

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

Overview

/admin/countries//provinces.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

#codeObject

Returns the value of attribute code.



162
163
164
# File 'lib/shopify.rb', line 162

def code
  @code
end

#idObject

Returns the value of attribute id.



162
163
164
# File 'lib/shopify.rb', line 162

def id
  @id
end

#nameObject

Returns the value of attribute name.



162
163
164
# File 'lib/shopify.rb', line 162

def name
  @name
end

#taxObject

Returns the value of attribute tax.



162
163
164
# File 'lib/shopify.rb', line 162

def tax
  @tax
end