Class: Store
- Inherits:
-
Struct
- Object
- Struct
- Store
- Defined in:
- lib/spree_client/models/store.rb
Overview
Stores are different frontends for the same backend.
Instance Attribute Summary collapse
-
#default_currency ⇒ Object
Returns the value of attribute default_currency.
-
#facebook ⇒ Object
Returns the value of attribute facebook.
-
#id ⇒ Object
Returns the value of attribute id.
-
#instagram ⇒ Object
Returns the value of attribute instagram.
-
#mail_from_address ⇒ Object
Returns the value of attribute mail_from_address.
-
#meta_description ⇒ Object
Returns the value of attribute meta_description.
-
#meta_keywords ⇒ Object
Returns the value of attribute meta_keywords.
-
#name ⇒ Object
Returns the value of attribute name.
-
#seo_title ⇒ Object
Returns the value of attribute seo_title.
-
#twitter ⇒ Object
Returns the value of attribute twitter.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#default_currency ⇒ Object
Returns the value of attribute default_currency
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def default_currency @default_currency end |
#facebook ⇒ Object
Returns the value of attribute facebook
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def facebook @facebook end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def id @id end |
#instagram ⇒ Object
Returns the value of attribute instagram
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def instagram @instagram end |
#mail_from_address ⇒ Object
Returns the value of attribute mail_from_address
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def mail_from_address @mail_from_address end |
#meta_description ⇒ Object
Returns the value of attribute meta_description
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def @meta_description end |
#meta_keywords ⇒ Object
Returns the value of attribute meta_keywords
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def @meta_keywords end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def name @name end |
#seo_title ⇒ Object
Returns the value of attribute seo_title
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def seo_title @seo_title end |
#twitter ⇒ Object
Returns the value of attribute twitter
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def twitter @twitter end |
#url ⇒ Object
Returns the value of attribute url
4 5 6 |
# File 'lib/spree_client/models/store.rb', line 4 def url @url end |