Module: TestBench::Telemetry::Controls::Event::Data::Other

Defined in:
lib/test_bench/telemetry/controls/event.rb

Class Method Summary collapse

Class Method Details

.exampleObject



118
119
120
121
122
123
# File 'lib/test_bench/telemetry/controls/event.rb', line 118

def self.example
  some_attribute = Event::Other.some_attribute
  some_other_attribute = Event::Other.some_other_attribute

  [some_attribute, some_other_attribute]
end