Class: Bolt::PAL::YamlPlan::Step::Verbose
- Inherits:
-
Step
- Object
- Step
- Bolt::PAL::YamlPlan::Step::Verbose
- Defined in:
- lib/bolt/pal/yaml_plan/step/verbose.rb
Class Method Summary collapse
Class Method Details
.allowed_keys ⇒ Object
8 9 10 |
# File 'lib/bolt/pal/yaml_plan/step/verbose.rb', line 8 def self.allowed_keys super + Set['verbose'] end |
.required_keys ⇒ Object
12 13 14 |
# File 'lib/bolt/pal/yaml_plan/step/verbose.rb', line 12 def self.required_keys Set['verbose'] end |