Class: Azure::Profiles::Latest::Client::EventGridAdapter

Inherits:
EventGrid::EventGridDataClass show all
Defined in:
lib/latest/latest_profile_client.rb

Instance Attribute Summary collapse

Attributes inherited from EventGrid::EventGridDataClass

#base_url, #configurable, #model_classes, #options

Instance Method Summary collapse

Methods inherited from EventGrid::EventGridDataClass

#add_telemetry, #method_missing

Constructor Details

#initialize(context, base_url, options) ⇒ EventGridAdapter

Returns a new instance of EventGridAdapter.



635
636
637
638
# File 'lib/latest/latest_profile_client.rb', line 635

def initialize(context, base_url, options)
  super(context)
  @mgmt = Azure::Profiles::Latest::EventGrid::Mgmt::EventGridManagementClass.new(context, base_url, options)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Azure::Profiles::Latest::EventGrid::EventGridDataClass

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



633
634
635
# File 'lib/latest/latest_profile_client.rb', line 633

def mgmt
  @mgmt
end