Class: TraceLocation::Collector::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



9
10
11
# File 'lib/trace_location/collector.rb', line 9

def events
  @events
end

#return_valueObject

Returns the value of attribute return_value

Returns:

  • (Object)

    the current value of return_value



9
10
11
# File 'lib/trace_location/collector.rb', line 9

def return_value
  @return_value
end