Sha256: 6f9210151db89decd930f8be6b59175b27bbc807794b43f2c1e95cc4500a2814
Contents?: true
Size: 345 Bytes
Versions: 5
Compression:
Stored size: 345 Bytes
Contents
module Awspec::Generator module Doc module Type class Vpc < Base def initialize super @type_name = 'VPC' @type = Awspec::Type::Vpc.new('my-vpc') @ret = @type.vpc @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems