Class: ApplicationInsights::Channel::Contracts::ExceptionDetails
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::ExceptionDetails
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/exception_details.rb
Instance Attribute Summary collapse
-
#has_full_stack ⇒ Object
Returns the value of attribute has_full_stack.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#outer_id ⇒ Object
Returns the value of attribute outer_id.
-
#parsed_stack ⇒ Object
Returns the value of attribute parsed_stack.
-
#stack ⇒ Object
Returns the value of attribute stack.
-
#type_name ⇒ Object
Returns the value of attribute type_name.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#has_full_stack ⇒ Object
Returns the value of attribute has_full_stack.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_details.rb', line 7 def has_full_stack @has_full_stack end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_details.rb', line 7 def id @id end |
#message ⇒ Object
Returns the value of attribute message.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_details.rb', line 7 def @message end |
#outer_id ⇒ Object
Returns the value of attribute outer_id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_details.rb', line 7 def outer_id @outer_id end |
#parsed_stack ⇒ Object
Returns the value of attribute parsed_stack.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_details.rb', line 7 def parsed_stack @parsed_stack end |
#stack ⇒ Object
Returns the value of attribute stack.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_details.rb', line 7 def stack @stack end |
#type_name ⇒ Object
Returns the value of attribute type_name.
7 8 9 |
# File 'lib/application_insights/channel/contracts/exception_details.rb', line 7 def type_name @type_name end |