Sha256: b82ed39f6c4c7e4b1dbf780698f4e5bc39a85e7d48c05b344fcb6305bf7ab041

Contents?: true

Size: 526 Bytes

Versions: 2

Compression:

Stored size: 526 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.

require 'profiles/latest/graph_module_definition'
require 'profiles/latest/modules/graph_profile_module'

module Azure::Graph::Profiles::Latest::Mgmt
  #
  # Client class for the Latest profile SDK.
  #
  class Client < GraphClass
    include MsRestAzure::Common::Configurable


    def initialize(options = {})
      super(options)
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_graph-0.15.3 lib/profiles/latest/graph_latest_profile_client.rb
azure_mgmt_graph-0.15.2 lib/profiles/latest/graph_latest_profile_client.rb