Class: Moonshot::YamlStackTemplate
- Inherits:
-
StackTemplate
- Object
- StackTemplate
- Moonshot::YamlStackTemplate
- Defined in:
- lib/moonshot/yaml_stack_template.rb
Overview
Handles YAML formatted AWS template files.
Instance Attribute Summary
Attributes inherited from StackTemplate
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
#body ⇒ Object
8 9 10 |
# File 'lib/moonshot/yaml_stack_template.rb', line 8 def body template_body.to_yaml end |