class Awspec::Generator::Doc::Type::Apigateway

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/awspec/generator/doc/type/apigateway.rb, line 5
def initialize
  super
  @type_name = 'Apigateway'
  @type = Awspec::Type::Apigateway.new('my-apigateway')
  @ret = @type.resource_via_client
  @matchers = []
  @ignore_matchers = []
  @describes = []
end