Class: Seriline::OrderInfoResponse

Inherits:
ResponseData show all
Defined in:
lib/seriline/responses/order_info_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

#error_messageObject (readonly)

Returns the value of attribute error_message.



5
6
7
# File 'lib/seriline/responses/order_info_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/order_info_response.rb', line 5

def order_id
  @order_id
end

#statusObject (readonly)

Returns the value of attribute status.



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

def status
  @status
end

#successObject (readonly)

Returns the value of attribute success.



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

def success
  @success
end