Class: Haipa::Client::HaipaOperationResponse
- Inherits:
-
MsRest::HttpOperationResponse
- Object
- MsRest::HttpOperationResponse
- Haipa::Client::HaipaOperationResponse
- Defined in:
- lib/haipa_rest/haipa_operation_response.rb
Overview
Class which represents the data received and deserialized from Haipa service.
Instance Attribute Summary collapse
-
#client_request_id ⇒ String
Client Request Id of the request.
-
#correlation_request_id ⇒ String
Correlation Id of the request.
-
#request_id ⇒ String
Identificator of the request.
Instance Attribute Details
#client_request_id ⇒ String
Returns Client Request Id of the request.
18 19 20 |
# File 'lib/haipa_rest/haipa_operation_response.rb', line 18 def client_request_id @client_request_id end |
#correlation_request_id ⇒ String
Returns Correlation Id of the request.
15 16 17 |
# File 'lib/haipa_rest/haipa_operation_response.rb', line 15 def correlation_request_id @correlation_request_id end |
#request_id ⇒ String
Returns identificator of the request.
12 13 14 |
# File 'lib/haipa_rest/haipa_operation_response.rb', line 12 def request_id @request_id end |