Sha256: 4e9a05230f0c22ef7d9eb43bbe2b4dac015a699f1f7b2e6be65a9f70473c431f

Contents?: true

Size: 532 Bytes

Versions: 1

Compression:

Stored size: 532 Bytes

Contents

module TrackerApi
  module Resources
    class Comment
      include Resources::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, 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

1 entries across 1 versions & 1 rubygems

Version Path
tracker_api-0.2.10 lib/tracker_api/resources/comment.rb