Class: AzureApplicationInsights::Channel::Contracts::ExceptionData

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#crash_thread_idObject

Returns the value of attribute crash_thread_id.



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

def crash_thread_id
  @crash_thread_id
end

#exceptionsObject

Returns the value of attribute exceptions.



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

def exceptions
  @exceptions
end

#handled_atObject

Returns the value of attribute handled_at.



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

def handled_at
  @handled_at
end

#measurementsObject

Returns the value of attribute measurements.



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

def measurements
  @measurements
end

#problem_idObject

Returns the value of attribute problem_id.



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

def problem_id
  @problem_id
end

#propertiesObject

Returns the value of attribute properties.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/exception_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/exception_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/exception_data.rb', line 7

def ver
  @ver
end