struct

Chronicle::Models::JournalItem

Inherits JSON::Serializable < Struct < Value < Object

Represents a parsed individual PJP entry item (e.g. DEC, GOT, FEAT, RAT, PRB).

Constructors

new(timestamp : Time, tag : String, message : String, project : String, raw_line : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

decision?
Source
deliverable?
Source
discovery?
Source
message
Source
message=(message : String)
Source
project
Source
project=(project : String)
Source
raw_line
Source
raw_line=(raw_line : String)
Source
tag=(tag : String)
Source
timestamp
Source
timestamp=(timestamp : Time)
Source