Class: Store

Inherits:
Struct
  • Object
show all
Defined in:
lib/spree_client/models/store.rb

Overview

Stores are different frontends for the same backend.

Instance Attribute Summary collapse

Instance Attribute Details

#default_currencyObject

Returns the value of attribute default_currency

Returns:

  • (Object)

    the current value of default_currency



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def default_currency
  @default_currency
end

#facebookObject

Returns the value of attribute facebook

Returns:

  • (Object)

    the current value of facebook



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def facebook
  @facebook
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def id
  @id
end

#instagramObject

Returns the value of attribute instagram

Returns:

  • (Object)

    the current value of instagram



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def instagram
  @instagram
end

#mail_from_addressObject

Returns the value of attribute mail_from_address

Returns:

  • (Object)

    the current value of mail_from_address



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def mail_from_address
  @mail_from_address
end

#meta_descriptionObject

Returns the value of attribute meta_description

Returns:

  • (Object)

    the current value of meta_description



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def meta_description
  @meta_description
end

#meta_keywordsObject

Returns the value of attribute meta_keywords

Returns:

  • (Object)

    the current value of meta_keywords



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def meta_keywords
  @meta_keywords
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def name
  @name
end

#seo_titleObject

Returns the value of attribute seo_title

Returns:

  • (Object)

    the current value of seo_title



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def seo_title
  @seo_title
end

#twitterObject

Returns the value of attribute twitter

Returns:

  • (Object)

    the current value of twitter



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def twitter
  @twitter
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



4
5
6
# File 'lib/spree_client/models/store.rb', line 4

def url
  @url
end