Class: BigcommerceAPI::Option
- Defined in:
- lib/bigcommerce_api/option.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#option_type ⇒ Object
Returns the value of attribute option_type.
-
#values_hash ⇒ Object
Returns the value of attribute values_hash.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
all, belongs_to, #changed, #create, find, has_many, has_one, #initialize, #parent, #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
#display_name ⇒ Object
Returns the value of attribute display_name.
4 5 6 |
# File 'lib/bigcommerce_api/option.rb', line 4 def display_name @display_name end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/bigcommerce_api/option.rb', line 4 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/bigcommerce_api/option.rb', line 4 def name @name end |
#option_type ⇒ Object
Returns the value of attribute option_type.
4 5 6 |
# File 'lib/bigcommerce_api/option.rb', line 4 def option_type @option_type end |
#values_hash ⇒ Object
Returns the value of attribute values_hash.
4 5 6 |
# File 'lib/bigcommerce_api/option.rb', line 4 def values_hash @values_hash end |