Class: Vivlio::Starter::CLI::BuildCommands::UnifiedBuildPipeline::Step
- Inherits:
-
Struct
- Object
- Struct
- Vivlio::Starter::CLI::BuildCommands::UnifiedBuildPipeline::Step
- Defined in:
- lib/vivlio/starter/cli/build/pipeline.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
24 25 26 |
# File 'lib/vivlio/starter/cli/build/pipeline.rb', line 24 def handler @handler end |
#label ⇒ Object
Returns the value of attribute label
24 25 26 |
# File 'lib/vivlio/starter/cli/build/pipeline.rb', line 24 def label @label end |