Class: Azure::Profiles::Latest::Client::SynapseAdapter

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

Returns a new instance of SynapseAdapter.



1181
1182
1183
# File 'lib/latest/latest_profile_client.rb', line 1181

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

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



1179
1180
1181
# File 'lib/latest/latest_profile_client.rb', line 1179

def mgmt
  @mgmt
end