Class: Azure::Profiles::Latest::Client::LocksAdapter

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

Returns a new instance of LocksAdapter.



756
757
758
# File 'lib/latest/latest_profile_client.rb', line 756

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

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



754
755
756
# File 'lib/latest/latest_profile_client.rb', line 754

def mgmt
  @mgmt
end