Class: Bolt::PAL::YamlPlan::Step::Verbose

Inherits:
Step
  • Object
show all
Defined in:
lib/bolt/pal/yaml_plan/step/verbose.rb

Class Method Summary collapse

Class Method Details

.allowed_keysObject



8
9
10
# File 'lib/bolt/pal/yaml_plan/step/verbose.rb', line 8

def self.allowed_keys
  super + Set['verbose']
end

.required_keysObject



12
13
14
# File 'lib/bolt/pal/yaml_plan/step/verbose.rb', line 12

def self.required_keys
  Set['verbose']
end