class Awspec::Generator::Doc::Type::CustomerGateway
Public Class Methods
Source
# File lib/awspec/generator/doc/type/customer_gateway.rb, line 7 def initialize super @type_name = 'CustomerGateway' @type = Awspec::Type::CustomerGateway.new('my-customer-gateway') @ret = @type.resource_via_client @matchers = [ Awspec::Type::CustomerGateway::STATES.map { |state| "be_#{state.tr('-', '_')}" }.join(', ') ] @ignore_matchers = Awspec::Type::CustomerGateway::STATES.map { |state| "be_#{state.tr('-', '_')}" } @describes = [] end
Calls superclass method
Awspec::Generator::Doc::Type::Base::new