Class: Dexc::ReturnEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/dexc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defined_classObject

Returns the value of attribute defined_class

Returns:

  • (Object)

    the current value of defined_class



33
34
35
# File 'lib/dexc.rb', line 33

def defined_class
  @defined_class
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



33
34
35
# File 'lib/dexc.rb', line 33

def event
  @event
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



33
34
35
# File 'lib/dexc.rb', line 33

def lineno
  @lineno
end

#method_idObject

Returns the value of attribute method_id

Returns:

  • (Object)

    the current value of method_id



33
34
35
# File 'lib/dexc.rb', line 33

def method_id
  @method_id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



33
34
35
# File 'lib/dexc.rb', line 33

def path
  @path
end

#return_valueObject

Returns the value of attribute return_value

Returns:

  • (Object)

    the current value of return_value



33
34
35
# File 'lib/dexc.rb', line 33

def return_value
  @return_value
end