class Awspec::Generator::Doc::Type::Ec2AccountAttributes

Public Class Methods

new() click to toggle source
# File lib/awspec/generator/doc/type/ec2_account_attributes.rb, line 7
def initialize
  super
  @type_name = 'Ec2AccountAttributes'
  @type = Awspec::Type::Ec2AccountAttributes.new
  @ret = @type.resource_via_client
  @matchers = []
  @ignore_matchers = []
  @describes = []
end