class Awspec::Generator::Doc::Type::LambdaAccountSettings
Public Class Methods
new()
click to toggle source
Calls superclass method
Awspec::Generator::Doc::Type::AccountAttributeBase::new
# File lib/awspec/generator/doc/type/lambda_account_settings.rb, line 5 def initialize super @type_name = 'LambdaAccountSettings' @type = Awspec::Type::LambdaAccountSettings.new @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end