Class: AzureApplicationInsights::Channel::Contracts::StackFrame

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#assemblyObject

Returns the value of attribute assembly.



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

def assembly
  @assembly
end

#file_nameObject

Returns the value of attribute file_name.



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

def file_name
  @file_name
end

#levelObject

Returns the value of attribute level.



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

def level
  @level
end

#lineObject

Returns the value of attribute line.



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

def line
  @line
end

#methodObject

Returns the value of attribute method.



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

def method
  @method
end