class Chaintown::Step
Attributes
if_condition[RW]
step_handler[R]
Public Class Methods
new(step_handler)
click to toggle source
# File lib/chaintown/step.rb, line 8 def initialize(step_handler) @step_handler = step_handler end