Class: VivlioStarter::CLI::BuildCommands::UnifiedBuildPipeline::Step
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::BuildCommands::UnifiedBuildPipeline::Step
- Defined in:
- lib/vivlio_starter/cli/build/pipeline.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
readonly
Returns the value of attribute handler.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
Instance Method Summary collapse
-
#phase(value) ⇒ Object
実行相(PHASE_ORDER のいずれか).
Instance Attribute Details
#handler ⇒ Object (readonly)
Returns the value of attribute handler
27 28 29 |
# File 'lib/vivlio_starter/cli/build/pipeline.rb', line 27 def handler @handler end |
#label ⇒ Object (readonly)
Returns the value of attribute label
27 28 29 |
# File 'lib/vivlio_starter/cli/build/pipeline.rb', line 27 def label @label end |
Instance Method Details
#phase=(value) ⇒ Object
実行相(PHASE_ORDER のいずれか)
27 |
# File 'lib/vivlio_starter/cli/build/pipeline.rb', line 27 Step = Data.define(:label, :handler, :phase) |