Class: Moonshot::YamlStackTemplate

Inherits:
StackTemplate show all
Defined in:
lib/moonshot/yaml_stack_template.rb

Overview

Handles YAML formatted AWS template files.

Instance Method Summary collapse

Methods inherited from StackTemplate

#exist?, #initialize, #parameters, #resource_names

Constructor Details

This class inherits a constructor from Moonshot::StackTemplate

Instance Method Details

#bodyObject



7
8
9
# File 'lib/moonshot/yaml_stack_template.rb', line 7

def body
  template_body.to_yaml
end