Class: Azure::Profiles::Latest::Client::DataBoxAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/latest/latest_profile_client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(context, base_url, options) ⇒ DataBoxAdapter

Returns a new instance of DataBoxAdapter.



539
540
541
# File 'lib/latest/latest_profile_client.rb', line 539

def initialize(context, base_url, options)
  @mgmt = Azure::Profiles::Latest::DataBox::Mgmt::DataBoxManagementClass.new(context, base_url, options)
end

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



537
538
539
# File 'lib/latest/latest_profile_client.rb', line 537

def mgmt
  @mgmt
end