Class: BigcommerceAPI::Category

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

Instance Attribute Summary collapse

Attributes inherited from Resource

#errors

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

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def description
  @description
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def id
  @id
end

#image_fileObject

Returns the value of attribute image_file.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def image_file
  @image_file
end

#is_visibleObject

Returns the value of attribute is_visible.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def is_visible
  @is_visible
end

#layout_fileObject

Returns the value of attribute layout_file.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def layout_file
  @layout_file
end

#meta_descriptionObject

Returns the value of attribute meta_description.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def meta_description
  @meta_description
end

#meta_keywordsObject

Returns the value of attribute meta_keywords.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def meta_keywords
  @meta_keywords
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def name
  @name
end

#page_titleObject

Returns the value of attribute page_title.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def page_title
  @page_title
end

#parent_category_listObject

Returns the value of attribute parent_category_list.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def parent_category_list
  @parent_category_list
end

#parent_idObject

Returns the value of attribute parent_id.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def parent_id
  @parent_id
end

#search_keywordsObject

Returns the value of attribute search_keywords.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def search_keywords
  @search_keywords
end

#sort_orderObject

Returns the value of attribute sort_order.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def sort_order
  @sort_order
end

#urlObject

Returns the value of attribute url.



4
5
6
# File 'lib/bigcommerce_api/category.rb', line 4

def url
  @url
end