class Laboratory::Experiment::Event::Recording
Attributes
timestamp[R]
user_id[R]
Public Class Methods
new(user_id:, timestamp: Time.now)
click to toggle source
# File lib/laboratory/experiment/event/recording.rb, line 7 def initialize(user_id:, timestamp: Time.now) @user_id = user_id @timestamp = timestamp end