Sha256: fc9deb29481924e2ff7c30c68f1e52b24f077ebe7173df240e26ccfaf0790a17

Contents?: true

Size: 130 Bytes

Versions: 4

Compression:

Stored size: 130 Bytes

Contents

# frozen_string_literal: true

module Trellodon
  Comment = Struct.new("Comment", :text, :date, :creator, keyword_init: true)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trellodon-0.4.0 lib/trellodon/entities/comment.rb
trellodon-0.3.0 lib/trellodon/entities/comment.rb
trellodon-0.2.1 lib/trellodon/entities/comment.rb
trellodon-0.2.0 lib/trellodon/entities/comment.rb