Class: BigcommerceAPI::Brand

Inherits:
Resource show all
Defined in:
lib/bigcommerce_api/brand.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#errors

Method Summary

Methods inherited from Resource

all, #assign_attributes, belongs_to, #changed, #create, #delete, find, #find_for_reload, has_many, has_one, http_request, #initialize, #mark_dirty!, #parent, #reload, #resource, resource, #resource_url, #save, #update_attributes

Methods inherited from Base

#attributes, clean!, date_adjust, default_options, #initialize, #store, #time, to_rfc2822

Constructor Details

This class inherits a constructor from BigcommerceAPI::Resource

Instance Attribute Details

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/bigcommerce_api/brand.rb', line 3

def id
  @id
end

#image_fileObject

Returns the value of attribute image_file.



3
4
5
# File 'lib/bigcommerce_api/brand.rb', line 3

def image_file
  @image_file
end

#meta_descriptionObject

Returns the value of attribute meta_description.



3
4
5
# File 'lib/bigcommerce_api/brand.rb', line 3

def meta_description
  @meta_description
end

#meta_keywordsObject

Returns the value of attribute meta_keywords.



3
4
5
# File 'lib/bigcommerce_api/brand.rb', line 3

def meta_keywords
  @meta_keywords
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/bigcommerce_api/brand.rb', line 3

def name
  @name
end

#page_titleObject

Returns the value of attribute page_title.



3
4
5
# File 'lib/bigcommerce_api/brand.rb', line 3

def page_title
  @page_title
end

#search_keywordsObject

Returns the value of attribute search_keywords.



3
4
5
# File 'lib/bigcommerce_api/brand.rb', line 3

def search_keywords
  @search_keywords
end