Sha256: efe53af3ce575ec3bd406b053cc456ef6885c85b07398f07a48a2a7567c9d52b

Contents?: true

Size: 702 Bytes

Versions: 8

Compression:

Stored size: 702 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class DirectconnectVirtualInterface < Base
        def initialize
          super
          @type_name = 'DirectconnectVirtualInterface'
          @type = Awspec::Type::DirectconnectVirtualInterface.new('my-directconnect-virtual-interface')
          @ret = @type.resource
          @matchers = [
            Awspec::Type::DirectconnectVirtualInterface::STATES.map { |state| 'be_' + state.tr('-', '_') }.join(', ')
          ]
          @ignore_matchers = Awspec::Type::DirectconnectVirtualInterface::STATES.map do |state|
            'be_' + state.tr('-', '_')
          end
          @describes = []
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
awspec-0.25.3 lib/awspec/generator/doc/type/directconnect_virtual_interface.rb
awspec-0.25.2 lib/awspec/generator/doc/type/directconnect_virtual_interface.rb
awspec-0.25.1 lib/awspec/generator/doc/type/directconnect_virtual_interface.rb
awspec-0.25.0 lib/awspec/generator/doc/type/directconnect_virtual_interface.rb
awspec-0.24.2 lib/awspec/generator/doc/type/directconnect_virtual_interface.rb
awspec-0.24.1 lib/awspec/generator/doc/type/directconnect_virtual_interface.rb
awspec-0.24.0 lib/awspec/generator/doc/type/directconnect_virtual_interface.rb
awspec-0.23.0 lib/awspec/generator/doc/type/directconnect_virtual_interface.rb