Module: Trailblazer::Activity::DSL::Linear::Normalizer::OutputTuples::Output

Defined in:
lib/trailblazer/activity/dsl/linear/normalizer/output_tuples.rb

Constant Summary collapse

Semantic =

Note that both Semantic and CustomOutput are is_a?(Output)

Struct.new(:semantic, :generic?).include(Output)
CustomOutput =

generic? is always false

Struct.new(:signal, :semantic, :generic?).include(Output)