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

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

Defined Under Namespace

Modules: Other, Random

Class Method Summary collapse

Class Method Details

.exampleObject



110
111
112
113
114
115
# File 'lib/test_bench/telemetry/controls/event.rb', line 110

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

  [some_attribute, some_other_attribute]
end