Method: Awspec::Generator::Template.generate_account_attribute
- Defined in:
- lib/awspec/generator/template.rb
.generate_account_attribute(type) ⇒ Object
15 16 17 18 19 20 21 22 23 |
# File 'lib/awspec/generator/template.rb', line 15 def self.generate_account_attribute(type) @type = type @account_attribute = true @root_path = File.dirname(__FILE__) + '/../../../' generate_type generate_account_attribute_generator_doc generate_resource_type_doc end |