Class: Seriline::AvailableConfigProductsResponse
- Inherits:
-
ResponseData
- Object
- ResponseData
- Seriline::AvailableConfigProductsResponse
- Defined in:
- lib/seriline/responses/available_config_products_response.rb
Instance Attribute Summary collapse
-
#error_message ⇒ Object
readonly
Returns the value of attribute error_message.
-
#products ⇒ Object
readonly
Returns the value of attribute products.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ AvailableConfigProductsResponse
constructor
A new instance of AvailableConfigProductsResponse.
Methods inherited from ResponseData
Constructor Details
#initialize(attributes = {}) ⇒ AvailableConfigProductsResponse
Returns a new instance of AvailableConfigProductsResponse.
7 8 9 10 |
# File 'lib/seriline/responses/available_config_products_response.rb', line 7 def initialize(attributes = {}) super(attributes) serialize_products end |
Instance Attribute Details
#error_message ⇒ Object (readonly)
Returns the value of attribute error_message.
5 6 7 |
# File 'lib/seriline/responses/available_config_products_response.rb', line 5 def end |
#products ⇒ Object (readonly)
Returns the value of attribute products.
5 6 7 |
# File 'lib/seriline/responses/available_config_products_response.rb', line 5 def products @products end |
#success ⇒ Object (readonly)
Returns the value of attribute success.
5 6 7 |
# File 'lib/seriline/responses/available_config_products_response.rb', line 5 def success @success end |