Class: Awspec::Toolbox
- Inherits:
-
Thor
- Object
- Thor
- Awspec::Toolbox
- Defined in:
- lib/awspec/toolbox.rb
Instance Method Summary collapse
Instance Method Details
#docgen ⇒ Object
4 5 6 |
# File 'lib/awspec/toolbox.rb', line 4 def docgen puts Awspec::Generator::Doc::Type.generate_doc end |
#template(type) ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/awspec/toolbox.rb', line 10 def template(type) if [:account_attribute] puts Awspec::Generator::Template.generate_account_attribute(type) else puts Awspec::Generator::Template.generate(type) end end |