Module: TestBench::Telemetry::Controls::Event::Data::Random
- Defined in:
- lib/test_bench/telemetry/controls/event.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
143 144 145 146 147 148 |
# File 'lib/test_bench/telemetry/controls/event.rb', line 143 def self.example some_attribute = Event::Random.some_attribute some_other_attribute = Event::Random.some_other_attribute [some_attribute, some_other_attribute] end |