struct Barista::OrchestrationInfo
inherits Struct
#
Describes the orchestration state
Passed to the on_unblocked callback
Constructors#
.new(*, unblocked : Array(String), blocked : Array(String), building : Array(String), built : Array(String), active_sequences : Array(Tuple(String, String)))#
Methods#
#active_sequences#
#blocked#
#building#
#built#
#to_s(io : IO)#
Same as #inspect(io).
#to_s#
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.