Class: Railsmith::Pipeline::Runner::ExecutedStep

Inherits:
Struct
  • Object
show all
Defined in:
lib/railsmith/pipeline/runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#params_usedObject

Returns the value of attribute params_used

Returns:

  • (Object)

    the current value of params_used



22
23
24
# File 'lib/railsmith/pipeline/runner.rb', line 22

def params_used
  @params_used
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



22
23
24
# File 'lib/railsmith/pipeline/runner.rb', line 22

def result
  @result
end

#step_defObject

Returns the value of attribute step_def

Returns:

  • (Object)

    the current value of step_def



22
23
24
# File 'lib/railsmith/pipeline/runner.rb', line 22

def step_def
  @step_def
end