Class: Seriline::ConfigProductSingleOrderResponse

Inherits:
ResponseData
  • Object
show all
Defined in:
lib/seriline/responses/config_product_single_order_response.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from ResponseData

#initialize, #success?

Constructor Details

This class inherits a constructor from Seriline::ResponseData

Instance Attribute Details

#config_product_idObject (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_messageObject (readonly)

Returns the value of attribute error_message.



5
6
7
# File 'lib/seriline/responses/config_product_single_order_response.rb', line 5

def error_message
  @error_message
end

#order_idObject (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

#successObject (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