Sha256: afb6e75e462939e28d0c148c24645c60b5662bf82f190dc9d6fe6f0e9d2abca2

Contents?: true

Size: 517 Bytes

Versions: 182

Compression:

Stored size: 517 Bytes

Contents

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

Version data entries

182 entries across 182 versions & 4 rubygems

Version Path
awspec-0.57.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.57.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.56.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.56.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.55.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.54.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.52.4 lib/awspec/generator/doc/type/ami.rb
awspec-0.52.3 lib/awspec/generator/doc/type/ami.rb
awspec-0.52.2 lib/awspec/generator/doc/type/ami.rb
awspec-0.52.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.52.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.51.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.50.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.49.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.48.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.47.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.46.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.45.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.44.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.43.0 lib/awspec/generator/doc/type/ami.rb