Class: BigcommerceAPI::Category
- Defined in:
- lib/bigcommerce_api/category.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#image_file ⇒ Object
Returns the value of attribute image_file.
-
#is_visible ⇒ Object
Returns the value of attribute is_visible.
-
#layout_file ⇒ Object
Returns the value of attribute layout_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.
-
#parent_category_list ⇒ Object
Returns the value of attribute parent_category_list.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#search_keywords ⇒ Object
Returns the value of attribute search_keywords.
-
#sort_order ⇒ Object
Returns the value of attribute sort_order.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from Resource
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
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def id @id end |
#image_file ⇒ Object
Returns the value of attribute image_file.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def image_file @image_file end |
#is_visible ⇒ Object
Returns the value of attribute is_visible.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def is_visible @is_visible end |
#layout_file ⇒ Object
Returns the value of attribute layout_file.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def layout_file @layout_file end |
#meta_description ⇒ Object
Returns the value of attribute meta_description.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def @meta_description end |
#meta_keywords ⇒ Object
Returns the value of attribute meta_keywords.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def @meta_keywords end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def name @name end |
#page_title ⇒ Object
Returns the value of attribute page_title.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def page_title @page_title end |
#parent_category_list ⇒ Object
Returns the value of attribute parent_category_list.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def parent_category_list @parent_category_list end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def parent_id @parent_id end |
#search_keywords ⇒ Object
Returns the value of attribute search_keywords.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def search_keywords @search_keywords end |
#sort_order ⇒ Object
Returns the value of attribute sort_order.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def sort_order @sort_order end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/bigcommerce_api/category.rb', line 3 def url @url end |