Class: Shopify::Province
- Inherits:
-
ShopifyModel
- Object
- ShopifyModel
- Shopify::Province
- Defined in:
- lib/shopify.rb
Overview
/admin/countries//provinces.xml
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#tax ⇒ Object
Returns the value of attribute tax.
Attributes inherited from ShopifyModel
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
#code ⇒ Object
Returns the value of attribute code.
162 163 164 |
# File 'lib/shopify.rb', line 162 def code @code end |
#id ⇒ Object
Returns the value of attribute id.
162 163 164 |
# File 'lib/shopify.rb', line 162 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
162 163 164 |
# File 'lib/shopify.rb', line 162 def name @name end |
#tax ⇒ Object
Returns the value of attribute tax.
162 163 164 |
# File 'lib/shopify.rb', line 162 def tax @tax end |