Sha256: bf2201592102116c92b97d1c750266eb07839b47d9fcdeb477fa0ad343768893

Contents?: true

Size: 214 Bytes

Versions: 7

Compression:

Stored size: 214 Bytes

Contents

module Troo
  module Remote
    class CommentDataBoard
      include Virtus.model

      attribute :shortLink
      attribute :name
      attribute :id

      alias_method :short_link, :shortLink
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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