Class: Azure::Profiles::Latest::Client::IotHubAdapter

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) ⇒ IotHubAdapter

Returns a new instance of IotHubAdapter.



707
708
709
# File 'lib/latest/latest_profile_client.rb', line 707

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

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



705
706
707
# File 'lib/latest/latest_profile_client.rb', line 705

def mgmt
  @mgmt
end