Sha256: 2bf27b982c879bc0a92503a5baf652804e3457bbece9b56b7171f72f76671190

Contents?: true

Size: 216 Bytes

Versions: 7

Compression:

Stored size: 216 Bytes

Contents

module Troo
  module Remote
    class CommentData
      include Virtus.model(finalize: false)

      attribute :board, CommentDataBoard
      attribute :card,  CommentDataCard
      attribute :text
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
troo-0.0.15 lib/troo/remote/comment_data.rb
troo-0.0.14 lib/troo/remote/comment_data.rb
troo-0.0.13 lib/troo/remote/comment_data.rb
troo-0.0.12 lib/troo/remote/comment_data.rb
troo-0.0.11 lib/troo/remote/comment_data.rb
troo-0.0.10 lib/troo/remote/comment_data.rb
troo-0.0.9 lib/troo/remote/comment_data.rb