Notification
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(recipient : String, title : String, body : Nil | String, path : String, id : UUID = UUID.random, created_at : Time = Time.utc)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
body
Sourcecreated_at
Sourceid
Sourcepath
Sourcerecipient
Sourcetitle
Source