Method: Ufo::Stack#context

Defined in:
lib/ufo/stack.rb

#contextObject



130
131
132
133
134
135
136
# File 'lib/ufo/stack.rb', line 130

def context
  Context.new(@options.merge(
    cluster: @cluster,
    stack_name: @stack_name,
    stack: @stack,
  ))
end