class Laboratory::Experiment::Event
Attributes
event_recordings[R]
id[R]
Public Class Methods
new(id:, event_recordings: [])
click to toggle source
# File lib/laboratory/experiment/event.rb, line 6 def initialize(id:, event_recordings: []) @id = id @event_recordings = event_recordings end