Class: Seriline::AvailableConfigProductNode
- Inherits:
-
ResponseData
- Object
- ResponseData
- Seriline::AvailableConfigProductNode
- Defined in:
- lib/seriline/responses/available_config_products_response.rb
Instance Attribute Summary collapse
-
#is_batch_product ⇒ Object
readonly
Returns the value of attribute is_batch_product.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#product_id ⇒ Object
readonly
Returns the value of attribute product_id.
-
#short_description ⇒ Object
readonly
Returns the value of attribute short_description.
Method Summary
Methods inherited from ResponseData
Constructor Details
This class inherits a constructor from Seriline::ResponseData
Instance Attribute Details
#is_batch_product ⇒ Object (readonly)
Returns the value of attribute is_batch_product.
20 21 22 |
# File 'lib/seriline/responses/available_config_products_response.rb', line 20 def is_batch_product @is_batch_product end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
20 21 22 |
# File 'lib/seriline/responses/available_config_products_response.rb', line 20 def name @name end |
#product_id ⇒ Object (readonly)
Returns the value of attribute product_id.
20 21 22 |
# File 'lib/seriline/responses/available_config_products_response.rb', line 20 def product_id @product_id end |
#short_description ⇒ Object (readonly)
Returns the value of attribute short_description.
20 21 22 |
# File 'lib/seriline/responses/available_config_products_response.rb', line 20 def short_description @short_description end |