Class: ApplicationInsights::Channel::Contracts::StackFrame
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::StackFrame
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/stack_frame.rb
Instance Attribute Summary collapse
-
#assembly ⇒ Object
Returns the value of attribute assembly.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#level ⇒ Object
Returns the value of attribute level.
-
#line ⇒ Object
Returns the value of attribute line.
-
#method ⇒ Object
Returns the value of attribute method.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#assembly ⇒ Object
Returns the value of attribute assembly.
7 8 9 |
# File 'lib/application_insights/channel/contracts/stack_frame.rb', line 7 def assembly @assembly end |
#file_name ⇒ Object
Returns the value of attribute file_name.
7 8 9 |
# File 'lib/application_insights/channel/contracts/stack_frame.rb', line 7 def file_name @file_name end |
#level ⇒ Object
Returns the value of attribute level.
7 8 9 |
# File 'lib/application_insights/channel/contracts/stack_frame.rb', line 7 def level @level end |
#line ⇒ Object
Returns the value of attribute line.
7 8 9 |
# File 'lib/application_insights/channel/contracts/stack_frame.rb', line 7 def line @line end |
#method ⇒ Object
Returns the value of attribute method.
7 8 9 |
# File 'lib/application_insights/channel/contracts/stack_frame.rb', line 7 def method @method end |