Sha256: 223ce064db73379269e2e824922423c9a0ee6ac56286c4e277439630944af77e

Contents?: true

Size: 416 Bytes

Versions: 2

Compression:

Stored size: 416 Bytes

Contents

module Awspec::Generator
  module Doc
    class Ec2 < Base
      def initialize
        @type_name = 'EC2'
        require File.dirname(__FILE__) + '/../../../../spec/stub/' + @type_name.to_snake_case
        @type = Awspec::Type::Ec2.new('my-ec2')
        @ret = @type.instance
        @matchers = %w(belong_to_vpc belong_to_subnet)
        @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/ec2.rb
awspec-0.6.0 lib/awspec/generator/doc/ec2.rb