Class: AzureApplicationInsights::Channel::Contracts::MessageData

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#messageObject

Returns the value of attribute message.



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

def message
  @message
end

#propertiesObject

Returns the value of attribute properties.



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

def properties
  @properties
end

#severity_levelObject

Returns the value of attribute severity_level.



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

def severity_level
  @severity_level
end

#verObject

Returns the value of attribute ver.



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

def ver
  @ver
end