Class: Bolt::PAL::YamlPlan::Step::Download

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

Class Method Summary collapse

Class Method Details

.option_keysObject



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

def self.option_keys
  Set['catch_errors', 'run_as']
end

.required_keysObject



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

def self.required_keys
  Set['download', 'destination', 'targets']
end