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



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

def events
  @events
end

#return_valueObject

Returns the value of attribute return_value

Returns:

  • (Object)

    the current value of return_value



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

def return_value
  @return_value
end