Class: TestBench::Telemetry::Controls::Handler::NoArgument::Example

Inherits:
Object
  • Object
show all
Includes:
Sink::Handler
Defined in:
lib/test_bench/telemetry/controls/handler.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Sink::Handler

#handle, #handle?, #handler_method, included

Instance Attribute Details

#handled_eventObject

Returns the value of attribute handled_event.



54
55
56
# File 'lib/test_bench/telemetry/controls/handler.rb', line 54

def handled_event
  @handled_event
end

Instance Method Details

#handled?Boolean

Returns:

  • (Boolean)


55
# File 'lib/test_bench/telemetry/controls/handler.rb', line 55

def handled? = !!handled_event