Sha256: 09f1477ed29c1f096902483691036ceac07c956a6bb8eba00b7562d56511468a

Contents?: true

Size: 558 Bytes

Versions: 18

Compression:

Stored size: 558 Bytes

Contents

module TrackerApi
  module Resources
    class Comment
      include Virtus.model

      attribute :id, Integer
      attribute :story_id, Integer
      attribute :epic_id, Integer
      attribute :text, String
      attribute :person_id, Integer
      attribute :created_at, DateTime
      attribute :updated_at, DateTime
      attribute :file_attachment_ids, Array[Integer]
      attribute :google_attachment_ids, Array[Integer]
      attribute :commit_identifier, String
      attribute :commit_type, String
      attribute :kind, String
    end
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
v2gpti-1.3.5 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.3.4 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.3.3 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.3.2 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.3.1 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.3.0 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.2.9 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.2.8 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.2.7 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.2.6 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.2.5 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.2.4 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.2.3 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.2.2 tracker_api/lib/tracker_api/resources/comment.rb
tracker_api-0.2.9 lib/tracker_api/resources/comment.rb
v2gpti-1.2.1 tracker_api/lib/tracker_api/resources/comment.rb
v2gpti-1.2.0 tracker_api/lib/tracker_api/resources/comment.rb
tracker_api-0.2.8 lib/tracker_api/resources/comment.rb