Class: Azure::Profiles::Latest::Client::AuthorizationAdapter

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

Returns a new instance of AuthorizationAdapter.



379
380
381
# File 'lib/latest/latest_profile_client.rb', line 379

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

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



377
378
379
# File 'lib/latest/latest_profile_client.rb', line 377

def mgmt
  @mgmt
end