Class: Shopify::Shop

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

Overview

/admin/shop.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

#active_subscription_idObject

Returns the value of attribute active_subscription_id.



174
175
176
# File 'lib/shopify.rb', line 174

def active_subscription_id
  @active_subscription_id
end

#address1Object

Returns the value of attribute address1.



174
175
176
# File 'lib/shopify.rb', line 174

def address1
  @address1
end

#cityObject

Returns the value of attribute city.



174
175
176
# File 'lib/shopify.rb', line 174

def city
  @city
end

#countryObject

Returns the value of attribute country.



174
175
176
# File 'lib/shopify.rb', line 174

def country
  @country
end

#created_atObject

Returns the value of attribute created_at.



174
175
176
# File 'lib/shopify.rb', line 174

def created_at
  @created_at
end

#currencyObject

Returns the value of attribute currency.



174
175
176
# File 'lib/shopify.rb', line 174

def currency
  @currency
end

#domainObject

Returns the value of attribute domain.



174
175
176
# File 'lib/shopify.rb', line 174

def domain
  @domain
end

#emailObject

Returns the value of attribute email.



174
175
176
# File 'lib/shopify.rb', line 174

def email
  @email
end

#idObject

Returns the value of attribute id.



174
175
176
# File 'lib/shopify.rb', line 174

def id
  @id
end

#nameObject

Returns the value of attribute name.



174
175
176
# File 'lib/shopify.rb', line 174

def name
  @name
end

#phoneObject

Returns the value of attribute phone.



174
175
176
# File 'lib/shopify.rb', line 174

def phone
  @phone
end

#provinceObject

Returns the value of attribute province.



174
175
176
# File 'lib/shopify.rb', line 174

def province
  @province
end

#publicObject

Returns the value of attribute public.



174
175
176
# File 'lib/shopify.rb', line 174

def public
  @public
end

#shop_ownerObject

Returns the value of attribute shop_owner.



174
175
176
# File 'lib/shopify.rb', line 174

def shop_owner
  @shop_owner
end

#sourceObject

Returns the value of attribute source.



174
175
176
# File 'lib/shopify.rb', line 174

def source
  @source
end

#taxes_includedObject

Returns the value of attribute taxes_included.



174
175
176
# File 'lib/shopify.rb', line 174

def taxes_included
  @taxes_included
end

#timezoneObject

Returns the value of attribute timezone.



174
175
176
# File 'lib/shopify.rb', line 174

def timezone
  @timezone
end

#zipObject

Returns the value of attribute zip.



174
175
176
# File 'lib/shopify.rb', line 174

def zip
  @zip
end