Class: BigcommerceAPI::Brand
- Defined in:
- lib/bigcommerce_api/brand.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#image_file ⇒ Object
Returns the value of attribute image_file.
-
#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.
-
#page_title ⇒ Object
Returns the value of attribute page_title.
-
#search_keywords ⇒ Object
Returns the value of attribute search_keywords.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
all, belongs_to, #changed, #create, find, #find_for_reload, has_many, has_one, http_request, #initialize, #mark_dirty!, #parent, #reload, resource, #resource, #resource_url, #save
Methods inherited from Base
#attributes, clean!, date_adjust, #initialize, #store, #time, to_rfc2822
Constructor Details
This class inherits a constructor from BigcommerceAPI::Resource
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/bigcommerce_api/brand.rb', line 4 def id @id end |
#image_file ⇒ Object
Returns the value of attribute image_file.
4 5 6 |
# File 'lib/bigcommerce_api/brand.rb', line 4 def image_file @image_file end |
#meta_description ⇒ Object
Returns the value of attribute meta_description.
4 5 6 |
# File 'lib/bigcommerce_api/brand.rb', line 4 def end |
#meta_keywords ⇒ Object
Returns the value of attribute meta_keywords.
4 5 6 |
# File 'lib/bigcommerce_api/brand.rb', line 4 def end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/bigcommerce_api/brand.rb', line 4 def name @name end |
#page_title ⇒ Object
Returns the value of attribute page_title.
4 5 6 |
# File 'lib/bigcommerce_api/brand.rb', line 4 def page_title @page_title end |
#search_keywords ⇒ Object
Returns the value of attribute search_keywords.
4 5 6 |
# File 'lib/bigcommerce_api/brand.rb', line 4 def search_keywords @search_keywords end |