Sha256: 8f1ed1fccf6795a676f8d0fc8d4bb5e8feb747833a42ceb231e21158291ca984

Contents?: true

Size: 597 Bytes

Versions: 1

Compression:

Stored size: 597 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/iothub_module_definition'
require 'profiles/latest/modules/iothub_profile_module'
require 'profiles/common/configurable'
require 'profiles/common/default'

module Azure::IotHub::Profiles::Latest::Mgmt
  #
  # Client class for the Latest profile SDK.
  #
  class Client < IotHubClass
    include Azure::Common::Configurable


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

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_iot_hub-0.15.1 lib/profiles/latest/iothub_latest_profile_client.rb