Method: Awspec::Type::AccountAttribute#initialize

Defined in:
lib/awspec/type/account_attribute.rb

#initialize(key = nil) ⇒ AccountAttribute

Returns a new instance of AccountAttribute.



3
4
5
# File 'lib/awspec/type/account_attribute.rb', line 3

def initialize(key = nil)
  @key = key.to_sym
end