module Trailblazer::Developer

Operation-specific circuit rendering. This is optimized for a linear railway circuit.

@private

NOTE: this is absolutely to be considered as prototyping and acts more like a test helper ATM as

Public Class Methods

railway(*args) click to toggle source
# File lib/trailblazer/developer/render/linear.rb, line 9
def self.railway(*args)
  Render::Linear.(*args)
end

Public Instance Methods

render(activity, **options) click to toggle source
# File lib/trailblazer/developer/render/circuit.rb, line 5
def render(activity, **options)
  Render::Circuit.(activity, **options)
end
wtf(activity, *args, **circuit_options) click to toggle source
# File lib/trailblazer/developer/wtf.rb, line 4
def wtf(activity, *args, **circuit_options)
  Wtf.invoke(activity, *args, **circuit_options)
end