Method: Moonshot::StackTemplate#initialize

Defined in:
lib/moonshot/stack_template.rb

#initialize(filename) ⇒ StackTemplate

Returns a new instance of StackTemplate.



9
10
11
# File 'lib/moonshot/stack_template.rb', line 9

def initialize(filename)
  @filename = filename
end