Sha256: ef54f4c53d71bf28981fe8376d7ed72457eda59d69cd03749a9af3c78ede8866
Contents?: true
Size: 399 Bytes
Versions: 2
Compression:
Stored size: 399 Bytes
Contents
module Awspec::Generator module Doc class Subnet < Base def initialize @type_name = 'Subnet' require File.dirname(__FILE__) + '/../../../../spec/stub/' + @type_name.to_snake_case @type = Awspec::Type::Subnet.new('my-route-table') @ret = @type.subnet @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/subnet.rb |
awspec-0.6.0 | lib/awspec/generator/doc/subnet.rb |