Method: Awspec::Generator::Template.put_message

Defined in:
lib/awspec/generator/template.rb

.put_messageObject



123
124
125
126
127
128
129
130
131
132
# File 'lib/awspec/generator/template.rb', line 123

def self.put_message
  content = <<-"EOF"

Generate #{@type.camelize} template files.

* !! AND add '#{@type.underscore}' to Awspec::Helper::Type::TYPES in lib/awspec/helper/type.rb *
* !! AND add '#{@type.underscore}' client to lib/awspec/helper/finder.rb *

EOF
end