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.(type)
  @type = type
  @account_attribute = true
  @root_path = File.dirname(__FILE__) + '/../../../'
  generate_type
  
  generate_resource_type_doc
  put_message
end