struct

LabelPayload

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(name : String, color : String, description : String | Nil = nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

clone
Source
color
copy_with(name _name = @name, color _color = @color, description _description = @description)
Source
description
name