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_currency ⇒ Object

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

#facebook ⇒ Object

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

#id ⇒ Object

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

#instagram ⇒ Object

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_address ⇒ Object

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_description ⇒ Object

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_keywords ⇒ Object

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

#name ⇒ Object

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_title ⇒ Object

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

#twitter ⇒ Object

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

#url ⇒ Object

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