Class: Railsmith::Pipeline::Runner::ExecutedStep
- Inherits:
-
Struct
- Object
- Struct
- Railsmith::Pipeline::Runner::ExecutedStep
- Defined in:
- lib/railsmith/pipeline/runner.rb
Instance Attribute Summary collapse
-
#params_used ⇒ Object
Returns the value of attribute params_used.
-
#result ⇒ Object
Returns the value of attribute result.
-
#step_def ⇒ Object
Returns the value of attribute step_def.
Instance Attribute Details
#params_used ⇒ Object
Returns the value of attribute params_used
22 23 24 |
# File 'lib/railsmith/pipeline/runner.rb', line 22 def params_used @params_used end |
#result ⇒ Object
Returns the value of attribute result
22 23 24 |
# File 'lib/railsmith/pipeline/runner.rb', line 22 def result @result end |
#step_def ⇒ Object
Returns the value of attribute step_def
22 23 24 |
# File 'lib/railsmith/pipeline/runner.rb', line 22 def step_def @step_def end |