Class: Haipa::Client::HaipaOperationResponse

Inherits:
MsRest::HttpOperationResponse
  • Object
show all
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

Instance Attribute Details

#client_request_idString

Returns Client Request Id of the request.

Returns:

  • (String)

    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_idString

Returns Correlation Id of the request.

Returns:

  • (String)

    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_idString

Returns identificator of the request.

Returns:

  • (String)

    identificator of the request.



12
13
14
# File 'lib/haipa_rest/haipa_operation_response.rb', line 12

def request_id
  @request_id
end