Class: Seriline::OrderInfoResponse
- Inherits:
-
ResponseData
- Object
- ResponseData
- Seriline::OrderInfoResponse
- Defined in:
- lib/seriline/responses/order_info_response.rb
Instance Attribute Summary collapse
-
#error_message ⇒ Object
readonly
Returns the value of attribute error_message.
-
#order_id ⇒ Object
readonly
Returns the value of attribute order_id.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#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
#error_message ⇒ Object (readonly)
Returns the value of attribute error_message.
5 6 7 |
# File 'lib/seriline/responses/order_info_response.rb', line 5 def end |
#order_id ⇒ Object (readonly)
Returns the value of attribute order_id.
5 6 7 |
# File 'lib/seriline/responses/order_info_response.rb', line 5 def order_id @order_id end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
5 6 7 |
# File 'lib/seriline/responses/order_info_response.rb', line 5 def status @status end |
#success ⇒ Object (readonly)
Returns the value of attribute success.
5 6 7 |
# File 'lib/seriline/responses/order_info_response.rb', line 5 def success @success end |