Method: Elasticity::HiveStep#initialize
- Defined in:
- lib/elasticity/hive_step.rb
#initialize(script) ⇒ HiveStep
Returns a new instance of HiveStep.
12 13 14 15 16 17 |
# File 'lib/elasticity/hive_step.rb', line 12 def initialize(script) @name = "Elasticity Hive Step (#{script})" @script = script @variables = {} @action_on_failure = 'TERMINATE_JOB_FLOW' end |