Sha256: 6d6cb727ab15248eac9c88265f5fe5a45ab7764140e466982b3e305a536c61c0

Contents?: true

Size: 453 Bytes

Versions: 2

Compression:

Stored size: 453 Bytes

Contents

module Awspec::Generator
  module Doc
    class RdsDbParameterGroup < Base
      def initialize
        @type_name = 'RdsDbParameterGroup'
        require File.dirname(__FILE__) + '/../../../../spec/stub/' + @type_name.to_snake_case
        @type = Awspec::Type::RdsDbParameterGroup.new('my-rds-db-parameter-group')
        @ret = @type.parameters
        @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/rds_db_parameter_group.rb
awspec-0.6.0 lib/awspec/generator/doc/rds_db_parameter_group.rb