Sha256: 1fe0c7d20b922f2f86359dae4b1f7537f732feac2dec05eb7cb49f98b78cc4f1

Contents?: true

Size: 279 Bytes

Versions: 7

Compression:

Stored size: 279 Bytes

Contents

module Troo
  module Remote
    class CommentDataCard
      include Virtus.model

      attribute :shortLink
      attribute :idShort
      attribute :name
      attribute :id

      alias_method :short_link, :shortLink
      alias_method :id_short,   :idShort
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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