Class: AzureApplicationInsights::Channel::Contracts::EventData

Inherits:
Object
  • Object
show all
Includes:
JsonSerializable
Defined in:
lib/azure_application_insights/channel/contracts/event_data.rb

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#measurementsObject

Returns the value of attribute measurements.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/event_data.rb', line 7

def measurements
  @measurements
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/event_data.rb', line 7

def name
  @name
end

#propertiesObject

Returns the value of attribute properties.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/event_data.rb', line 7

def properties
  @properties
end

#verObject

Returns the value of attribute ver.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/event_data.rb', line 7

def ver
  @ver
end