Class: AppMap::Trace::ScopedMethod
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Trace::ScopedMethod
- Defined in:
- lib/appmap/trace.rb
Instance Attribute Summary collapse
-
#defined_class ⇒ Object
Returns the value of attribute defined_class.
-
#method ⇒ Object
Returns the value of attribute method.
-
#static ⇒ Object
Returns the value of attribute static.
Instance Attribute Details
#defined_class ⇒ Object
Returns the value of attribute defined_class
5 6 7 |
# File 'lib/appmap/trace.rb', line 5 def defined_class @defined_class end |
#method ⇒ Object
Returns the value of attribute method
5 6 7 |
# File 'lib/appmap/trace.rb', line 5 def method @method end |
#static ⇒ Object
Returns the value of attribute static
5 6 7 |
# File 'lib/appmap/trace.rb', line 5 def static @static end |