Sha256: fcebc55b1dd3afdb92a64f5e19fe23f30760be1bff09fb0eb1ac790c7069dad5

Contents?: true

Size: 649 Bytes

Versions: 1

Compression:

Stored size: 649 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/marketplaceordering_module_definition'
require 'profiles/latest/modules/marketplaceordering_profile_module'
require 'profiles/common/configurable'
require 'profiles/common/default'

module Azure::MarketplaceOrdering::Profiles::Latest::Mgmt
  #
  # Client class for the Latest profile SDK.
  #
  class Client < MarketplaceOrderingClass
    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_marketplace_ordering-0.15.1 lib/profiles/latest/marketplaceordering_latest_profile_client.rb