Method: Ufo::Stack#context
- Defined in:
- lib/ufo/stack.rb
#context ⇒ Object
130 131 132 133 134 135 136 |
# File 'lib/ufo/stack.rb', line 130 def context Context.new(.merge( cluster: @cluster, stack_name: @stack_name, stack: @stack, )) end |