class Awspec::Toolbox
Public Instance Methods
Source
# File lib/awspec/toolbox.rb, line 6 def docgen puts Awspec::Generator::Doc::Type.generate_doc end
Source
# File lib/awspec/toolbox.rb, line 12 def template(type) if options[:account_attribute] puts Awspec::Generator::Template.generate_account_attribute(type) else puts Awspec::Generator::Template.generate(type) end end