Sha256: 25d84dd0b8fc5fd36994dd08e39988b4308cd3aa6eb57a9442b34cb8d9746fd2
Contents?: true
Size: 133 Bytes
Versions: 1
Compression:
Stored size: 133 Bytes
Contents
# frozen_string_literal: true module Trellodon Comment = Struct.new("Comment", :text, :date, :creator_id, keyword_init: true) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trellodon-0.1.0 | lib/trellodon/entities/comment.rb |