Class: ApplicationInsights::Channel::Contracts::ExceptionData
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::ExceptionData
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/exception_data.rb
Instance Attribute Summary collapse
-
#crash_thread_id ⇒ Object
Returns the value of attribute crash_thread_id.
-
#exceptions ⇒ Object
Returns the value of attribute exceptions.
-
#handled_at ⇒ Object
Returns the value of attribute handled_at.
-
#measurements ⇒ Object
Returns the value of attribute measurements.
-
#problem_id ⇒ Object
Returns the value of attribute problem_id.
-
#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
#crash_thread_id ⇒ Object
Returns the value of attribute crash_thread_id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_data.rb', line 7 def crash_thread_id @crash_thread_id end |
#exceptions ⇒ Object
Returns the value of attribute exceptions.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_data.rb', line 7 def exceptions @exceptions end |
#handled_at ⇒ Object
Returns the value of attribute handled_at.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_data.rb', line 7 def handled_at @handled_at end |
#measurements ⇒ Object
Returns the value of attribute measurements.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_data.rb', line 7 def measurements @measurements end |
#problem_id ⇒ Object
Returns the value of attribute problem_id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_data.rb', line 7 def problem_id @problem_id end |
#properties ⇒ Object
Returns the value of attribute properties.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_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/exception_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/exception_data.rb', line 7 def ver @ver end |