Class: Dexc::ReturnEvent
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
30 31 32 |
# File 'lib/dexc.rb', line 30 def defined_class @defined_class end |
#event ⇒ Object
Returns the value of attribute event
30 31 32 |
# File 'lib/dexc.rb', line 30 def event @event end |
#lineno ⇒ Object
Returns the value of attribute lineno
30 31 32 |
# File 'lib/dexc.rb', line 30 def lineno @lineno end |
#method_id ⇒ Object
Returns the value of attribute method_id
30 31 32 |
# File 'lib/dexc.rb', line 30 def method_id @method_id end |
#path ⇒ Object
Returns the value of attribute path
30 31 32 |
# File 'lib/dexc.rb', line 30 def path @path end |
#return_value ⇒ Object
Returns the value of attribute return_value
30 31 32 |
# File 'lib/dexc.rb', line 30 def return_value @return_value end |