Module: TestBench::Telemetry::Controls::Event::Data::Random

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

Class Method Summary collapse

Class Method Details

.exampleObject



127
128
129
130
131
132
# File 'lib/test_bench/telemetry/controls/event.rb', line 127

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

  [some_attribute, some_other_attribute]
end