Class: Dexc::ReturnEvent
- Inherits:
-
Struct
- Object
- Struct
- Dexc::ReturnEvent
- Defined in:
- lib/dexc.rb
Instance Attribute Summary collapse
-
#defined_class ⇒ Object
Returns the value of attribute defined_class.
-
#event ⇒ Object
Returns the value of attribute event.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#method_id ⇒ Object
Returns the value of attribute method_id.
-
#path ⇒ Object
Returns the value of attribute path.
-
#return_value ⇒ Object
Returns the value of attribute return_value.
Instance Attribute Details
#defined_class ⇒ Object
Returns the value of attribute defined_class
33 34 35 |
# File 'lib/dexc.rb', line 33 def defined_class @defined_class end |
#event ⇒ Object
Returns the value of attribute event
33 34 35 |
# File 'lib/dexc.rb', line 33 def event @event end |
#lineno ⇒ Object
Returns the value of attribute lineno
33 34 35 |
# File 'lib/dexc.rb', line 33 def lineno @lineno end |
#method_id ⇒ Object
Returns the value of attribute method_id
33 34 35 |
# File 'lib/dexc.rb', line 33 def method_id @method_id end |
#path ⇒ Object
Returns the value of attribute path
33 34 35 |
# File 'lib/dexc.rb', line 33 def path @path end |
#return_value ⇒ Object
Returns the value of attribute return_value
33 34 35 |
# File 'lib/dexc.rb', line 33 def return_value @return_value end |