Sha256: f1d144e39df3d1fa5dd4313e7178eeb99ccc03f5191f7b8520756f7923509a83

Contents?: true

Size: 546 Bytes

Versions: 1

Compression:

Stored size: 546 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/servicebus_module_definition'
require 'profiles/latest/modules/servicebus_profile_module'

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


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

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_service_bus-0.15.2 lib/profiles/latest/servicebus_latest_profile_client.rb