Class: Moonshot::JsonStackTemplate

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

Overview

Handles JSON 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/json_stack_template.rb', line 7

def body
  template_body.to_json
end