Module: TestBench::Telemetry::Controls::Event::Metadata::Other

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

Class Method Summary collapse

Class Method Details

.example(process_id: nil, time: nil) ⇒ Object



42
43
44
45
46
47
# File 'lib/test_bench/telemetry/controls/event/metadata.rb', line 42

def self.example(process_id: nil, time: nil)
  process_id ||= self.process_id
  time ||= self.time

  Metadata.example(process_id:, time:)
end

.process_idObject



49
50
51
# File 'lib/test_bench/telemetry/controls/event/metadata.rb', line 49

def self.process_id
  Controls::ProcessID.other_example
end

.timeObject



53
54
55
# File 'lib/test_bench/telemetry/controls/event/metadata.rb', line 53

def self.time
  Controls::Time.other_example
end