struct Quartz::DSDE::Executive::State
- Quartz::DSDE::Executive::State
- Quartz::State
- Struct
- Value
- Object
Overview
A struct that wraps the state of a model
Included Modules
Defined in:
Constructors
- .new(hash : Hash(Symbol, Union(Symbol)))
- .new(hash : Hash(String, Union(Symbol)))
- .new(__temp_47 : JSON::PullParser)
- .new(*, phase : Symbol = :idle, **args)
Instance Method Summary
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