Class: Seriline::ConfigProductSingleOrderResponse
- Inherits:
-
ResponseData
- Object
- ResponseData
- Seriline::ConfigProductSingleOrderResponse
- Defined in:
- lib/seriline/responses/config_product_single_order_response.rb
Instance Attribute Summary collapse
-
#config_product_id ⇒ Object
readonly
Returns the value of attribute config_product_id.
-
#error_message ⇒ Object
readonly
Returns the value of attribute error_message.
-
#order_id ⇒ Object
readonly
Returns the value of attribute order_id.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Method Summary
Methods inherited from ResponseData
Constructor Details
This class inherits a constructor from Seriline::ResponseData
Instance Attribute Details
#config_product_id ⇒ Object (readonly)
Returns the value of attribute config_product_id.
5 6 7 |
# File 'lib/seriline/responses/config_product_single_order_response.rb', line 5 def config_product_id @config_product_id end |
#error_message ⇒ Object (readonly)
Returns the value of attribute error_message.
5 6 7 |
# File 'lib/seriline/responses/config_product_single_order_response.rb', line 5 def end |
#order_id ⇒ Object (readonly)
Returns the value of attribute order_id.
5 6 7 |
# File 'lib/seriline/responses/config_product_single_order_response.rb', line 5 def order_id @order_id end |
#success ⇒ Object (readonly)
Returns the value of attribute success.
5 6 7 |
# File 'lib/seriline/responses/config_product_single_order_response.rb', line 5 def success @success end |