Class: ApplicationInsights::Channel::Contracts::MessageData
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::MessageData
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/message_data.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#severity_level ⇒ Object
Returns the value of attribute severity_level.
-
#ver ⇒ Object
Returns the value of attribute ver.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
7 8 9 |
# File 'lib/application_insights/channel/contracts/message_data.rb', line 7 def @message end |
#properties ⇒ Object
Returns the value of attribute properties.
7 8 9 |
# File 'lib/application_insights/channel/contracts/message_data.rb', line 7 def properties @properties end |
#severity_level ⇒ Object
Returns the value of attribute severity_level.
7 8 9 |
# File 'lib/application_insights/channel/contracts/message_data.rb', line 7 def severity_level @severity_level end |
#ver ⇒ Object
Returns the value of attribute ver.
7 8 9 |
# File 'lib/application_insights/channel/contracts/message_data.rb', line 7 def ver @ver end |