Class: Awspec::Toolbox

Inherits:
Thor
  • Object
show all
Defined in:
lib/awspec/toolbox.rb

Instance Method Summary collapse

Instance Method Details

#docgenObject



4
5
6
# File 'lib/awspec/toolbox.rb', line 4

def docgen
  puts Awspec::Generator::Doc::Type.generate_doc
end

#template(type) ⇒ Object



9
10
11
# File 'lib/awspec/toolbox.rb', line 9

def template(type)
  puts Awspec::Generator::Template.generate(type)
end