Class: Moonshot::JsonStackTemplate
- Inherits:
-
StackTemplate
- Object
- StackTemplate
- Moonshot::JsonStackTemplate
- Defined in:
- lib/moonshot/json_stack_template.rb
Overview
Handles JSON 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
9 10 11 |
# File 'lib/moonshot/json_stack_template.rb', line 9 def body template_body.to_json end |