struct

TagPayload

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(tag : String, message : String, object : String, type : String, tagger : TagPayload::Tagger | Nil = nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

clone
Source
copy_with(tag _tag = @tag, message _message = @message, object _object = @object, type _type = @type, tagger _tagger = @tagger)
Source
message
object
tag
tagger
type

Nested types