Sha256: 71231f21a06a64d3b6b745a9894a25761d50a6dd76da6f3d5b83906b21211ba4
Contents?: true
Size: 416 Bytes
Versions: 2
Compression:
Stored size: 416 Bytes
Contents
module Awspec::Generator module Doc class RouteTable < Base def initialize @type_name = 'RouteTable' require File.dirname(__FILE__) + '/../../../../spec/stub/' + @type_name.to_snake_case @type = Awspec::Type::RouteTable.new('my-route-table') @ret = @type.route_table @matchers = [] @ignore_matchers = [] @describes = [] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
awspec-0.6.1 | lib/awspec/generator/doc/route_table.rb |
awspec-0.6.0 | lib/awspec/generator/doc/route_table.rb |