Sha256: 1295f3f29ddce28efa6a2b9a049ed529a48176827c56c3ba9ee36710f7e372a3

Contents?: true

Size: 520 Bytes

Versions: 5

Compression:

Stored size: 520 Bytes

Contents

module TrackerApi
  module Resources
    class Comment
      include Shared::Base

      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, [Integer]
      attribute :google_attachment_ids, [Integer]
      attribute :commit_identifier, String
      attribute :commit_type, String
      attribute :kind, String
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tracker_api-1.4.1 lib/tracker_api/resources/comment.rb
tracker_api-1.4.0 lib/tracker_api/resources/comment.rb
tracker_api-1.3.0 lib/tracker_api/resources/comment.rb
tracker_api-1.2.1 lib/tracker_api/resources/comment.rb
tracker_api-1.1.1 lib/tracker_api/resources/comment.rb