Class: Azure::Profiles::Latest::Client::MaintenanceAdapter

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

Returns a new instance of MaintenanceAdapter.



788
789
790
# File 'lib/latest/latest_profile_client.rb', line 788

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

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



786
787
788
# File 'lib/latest/latest_profile_client.rb', line 786

def mgmt
  @mgmt
end