Sha256: 4ad9a1f7e2327e335301187bc445782f64be641060df21431710ad560fbc3ed2

Contents?: true

Size: 486 Bytes

Versions: 17

Compression:

Stored size: 486 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class SecurityGroup < Base
        def initialize
          super
          @type = Awspec::Type::SecurityGroup.new('my-security-group-name')
          @ret = @type.resource
          @matchers = ['its(:inbound), its(:outbound)']
          @ignore_matchers = %w(be_opened be_inbound_opened be_outbound_opened)
          @describes = %w(ip_permissions_count ip_permissions_egress_count)
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
awspec-0.18.1 lib/awspec/generator/doc/type/security_group.rb
awspec-0.18.0 lib/awspec/generator/doc/type/security_group.rb
awspec-0.17.1 lib/awspec/generator/doc/type/security_group.rb
awspec-0.17.0 lib/awspec/generator/doc/type/security_group.rb
awspec-0.16.0 lib/awspec/generator/doc/type/security_group.rb
awspec-0.15.0 lib/awspec/generator/doc/type/security_group.rb
awspec-0.14.1 lib/awspec/generator/doc/type/security_group.rb
awspec-0.14.0 lib/awspec/generator/doc/type/security_group.rb
awspec-0.13.0 lib/awspec/generator/doc/type/security_group.rb
awspec-0.12.1 lib/awspec/generator/doc/type/security_group.rb
awspec-0.12.0 lib/awspec/generator/doc/type/security_group.rb
awspec-0.11.0 lib/awspec/generator/doc/type/security_group.rb
awspec-0.10.2 lib/awspec/generator/doc/type/security_group.rb
awspec-0.10.1 lib/awspec/generator/doc/type/security_group.rb
awspec-0.10.0 lib/awspec/generator/doc/type/security_group.rb
awspec-0.9.0 lib/awspec/generator/doc/type/security_group.rb
awspec-0.8.1 lib/awspec/generator/doc/type/security_group.rb