Sha256: 51140e5b2500d99bcc8ba736ebe1bbd489aaca6384448c9b7626a60e97bb7084
Contents?: true
Size: 269 Bytes
Versions: 7
Compression:
Stored size: 269 Bytes
Contents
module Laboratory class Experiment class ChangelogItem attr_reader :changes, :timestamp, :actor def initialize(changes:, timestamp:, actor:) @changes = changes @timestamp = timestamp @actor = actor end end end end
Version data entries
7 entries across 7 versions & 1 rubygems