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