Barista::OrchestrationInfo
Inherits Struct < Value < Object
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)))
SourceInstance methods
active_sequences
Sourceblocked
Sourcebuilding
Sourcebuilt
Sourceto_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.
unblocked
Source