Sha256: 1f17982c9eda47c909fcf9b2a84e7e069394eda221f69b4827a8513d4f1008cd

Contents?: true

Size: 450 Bytes

Versions: 2

Compression:

Stored size: 450 Bytes

Contents

module Awspec::Generator
  module Doc
    class Rds < Base
      def initialize
        @type_name = 'RDS'
        require File.dirname(__FILE__) + '/../../../../spec/stub/' + @type_name.to_snake_case
        @type = Awspec::Type::Rds.new('my-rds')
        @ret = @type.instance
        @matchers = %w(belong_to_vpc belong_to_subnet belong_to_db_subnet_group)
        @ignore_matchers = []
        @describes = %w(vpc_id)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
awspec-0.6.1 lib/awspec/generator/doc/rds.rb
awspec-0.6.0 lib/awspec/generator/doc/rds.rb