Class: ApplicationInsights::Channel::Contracts::ExceptionDetails

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#has_full_stackObject

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

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/application_insights/channel/contracts/exception_details.rb', line 7

def id
  @id
end

#messageObject

Returns the value of attribute message.



7
8
9
# File 'lib/application_insights/channel/contracts/exception_details.rb', line 7

def message
  @message
end

#outer_idObject

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_stackObject

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

#stackObject

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_nameObject

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