Sha256: b3095dd3773cadc019604037bc8afc23f16078d49653a252a45f9c0e15e52711
Contents?: true
Size: 333 Bytes
Versions: 5
Compression:
Stored size: 333 Bytes
Contents
module Awspec::Generator module Doc module Type class Subnet < Base def initialize super @type = Awspec::Type::Subnet.new('my-route-table') @ret = @type.subnet @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems