Method: Ufo::Stack#initialize
- Defined in:
- lib/ufo/stack.rb
#initialize(options) ⇒ Stack
Returns a new instance of Stack.
29 30 31 32 33 34 35 |
# File 'lib/ufo/stack.rb', line 29 def initialize() = @task_definition = [:task_definition] @service = [:service] @cluster = [:cluster] || default_cluster(@service) @stack_name = adjust_stack_name(@cluster, [:service]) end |