struct

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)))
Source

Instance methods

active_sequences
Source
blocked
Source
building
Source
built
Source
to_s(io : IO)

Same as #inspect(io).

Source
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.

Source
unblocked
Source