Class: BigcommerceAPI::OptionSetOption
- Defined in:
- lib/bigcommerce_api/option_set_option.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_required ⇒ Object
Returns the value of attribute is_required.
-
#option_id ⇒ Object
Returns the value of attribute option_id.
-
#option_resource ⇒ Object
Returns the value of attribute option_resource.
-
#option_set_id ⇒ Object
Returns the value of attribute option_set_id.
-
#sort_order ⇒ Object
Returns the value of attribute sort_order.
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
#display_name ⇒ Object
Returns the value of attribute display_name.
4 5 6 |
# File 'lib/bigcommerce_api/option_set_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_set_option.rb', line 4 def id @id end |
#is_required ⇒ Object
Returns the value of attribute is_required.
4 5 6 |
# File 'lib/bigcommerce_api/option_set_option.rb', line 4 def is_required @is_required end |
#option_id ⇒ Object
Returns the value of attribute option_id.
4 5 6 |
# File 'lib/bigcommerce_api/option_set_option.rb', line 4 def option_id @option_id end |
#option_resource ⇒ Object
Returns the value of attribute option_resource.
4 5 6 |
# File 'lib/bigcommerce_api/option_set_option.rb', line 4 def option_resource @option_resource end |
#option_set_id ⇒ Object
Returns the value of attribute option_set_id.
4 5 6 |
# File 'lib/bigcommerce_api/option_set_option.rb', line 4 def option_set_id @option_set_id end |
#sort_order ⇒ Object
Returns the value of attribute sort_order.
4 5 6 |
# File 'lib/bigcommerce_api/option_set_option.rb', line 4 def sort_order @sort_order end |