TagPayload
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(tag : String, message : String, object : String, type : String, tagger : TagPayload::Tagger | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
clone
Sourcecopy_with(tag _tag = @tag, message _message = @message, object _object = @object, type _type = @type, tagger _tagger = @tagger)
Sourcemessage
object
tag
tagger
type