struct

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

body
Source
created_at
Source
path
Source
recipient
Source
title
Source