Sha256: 5ee7d1e9dfaa43b148007e8eae8d25083370b3b519c856dd71e3b93ba3d393e9
Contents?: true
Size: 365 Bytes
Versions: 12
Compression:
Stored size: 365 Bytes
Contents
class YouTrack::Client::Comment < YouTrack::Client::Model identity :id attribute :author attribute :issue_id, aliases: ['issueId'] attribute :deleted, type: :boolean attribute :text attribute :shown_for_issue_author, aliases: ['shownForIssueAuthor'], type: :boolean attribute :created # Unix time, puke attribute :updated # More unix time puke end
Version data entries
12 entries across 12 versions & 1 rubygems