class Laboratory::Experiment::ChangelogItem
Attributes
actor[R]
changes[R]
timestamp[R]
Public Class Methods
new(changes:, timestamp:, actor:)
click to toggle source
# File lib/laboratory/experiment/changelog_item.rb, line 6 def initialize(changes:, timestamp:, actor:) @changes = changes @timestamp = timestamp @actor = actor end