Class: Tracer::Where
- Inherits:
-
Struct
- Object
- Struct
- Tracer::Where
- Defined in:
- lib/appswarm/tools/tracing.rb
Instance Attribute Summary collapse
-
#binding ⇒ Object
Returns the value of attribute binding.
-
#event ⇒ Object
Returns the value of attribute event.
-
#file ⇒ Object
Returns the value of attribute file.
-
#id ⇒ Object
Returns the value of attribute id.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#binding ⇒ Object
Returns the value of attribute binding
8 9 10 |
# File 'lib/appswarm/tools/tracing.rb', line 8 def binding @binding end |
#event ⇒ Object
Returns the value of attribute event
8 9 10 |
# File 'lib/appswarm/tools/tracing.rb', line 8 def event @event end |
#file ⇒ Object
Returns the value of attribute file
8 9 10 |
# File 'lib/appswarm/tools/tracing.rb', line 8 def file @file end |
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/appswarm/tools/tracing.rb', line 8 def id @id end |
#klass ⇒ Object
Returns the value of attribute klass
8 9 10 |
# File 'lib/appswarm/tools/tracing.rb', line 8 def klass @klass end |
#line ⇒ Object
Returns the value of attribute line
8 9 10 |
# File 'lib/appswarm/tools/tracing.rb', line 8 def line @line end |