struct Quartz::MultiComponent::Component::State

Defined in:

Instance methods inherited from struct Quartz::State

to_json(json : JSON::Builder) to_json, to_msgpack(packer : MessagePack::Packer) to_msgpack, to_named_tuple to_named_tuple, to_tuple to_tuple

Constructor methods inherited from struct Quartz::State

new(pull : JSON::PullParser)
new(pull : MessagePack::PullParser)
new
new

Class methods inherited from struct Quartz::State

from_json(io : IO)
from_json(str : String)
from_json
, from_msgpack(io : IO)
from_msgpack(bytes : Bytes)
from_msgpack

Instance methods inherited from struct Value

==(other : Quartz::Any) ==

Instance methods inherited from class Object

===(other : Quartz::Any) ===