Sha256: ff48cd1e540a6a2f7873a82f5b1fb06419da79d9382d5e72a1148ddd2eadf2b3

Contents?: true

Size: 440 Bytes

Versions: 28

Compression:

Stored size: 440 Bytes

Contents

# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.

module MsRestAzure
  #
  # Class which represents the data received and deserialized from Azure service.
  #
  class AzureOperationResponse < MsRest::HttpOperationResponse

    # @return [String] identificator of the request.
    attr_accessor :request_id
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
ms_rest_azure-0.3.1 lib/ms_rest_azure/azure_operation_response.rb
ms_rest_azure-0.3.0 lib/ms_rest_azure/azure_operation_response.rb
ms_rest_azure-0.2.3 lib/ms_rest_azure/azure_operation_response.rb
ms_rest_azure-0.2.2 lib/ms_rest_azure/azure_operation_response.rb
ms_rest_azure-0.2.1 lib/ms_rest_azure/azure_operation_response.rb
ms_rest_azure-0.2.0 lib/ms_rest_azure/azure_operation_response.rb
ms_rest_azure-0.1.2 lib/ms_rest_azure/azure_operation_response.rb
ms_rest_azure-0.1.1 lib/ms_rest_azure/azure_operation_response.rb