Class: Azure::Profiles::Latest::Client::SQLAdapter

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

Returns a new instance of SQLAdapter.



1109
1110
1111
# File 'lib/latest/latest_profile_client.rb', line 1109

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

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



1107
1108
1109
# File 'lib/latest/latest_profile_client.rb', line 1107

def mgmt
  @mgmt
end