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.87.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.86.0 lib/awspec/generator/doc/type/ami.rb
cmonson_2ndwatch_awspec-0.85.4 lib/awspec/generator/doc/type/ami.rb
awspec-0.85.3 lib/awspec/generator/doc/type/ami.rb
cmonson_2ndwatch_awspec-0.85.3 lib/awspec/generator/doc/type/ami.rb
awspec-0.85.2 lib/awspec/generator/doc/type/ami.rb
awspec-0.85.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.85.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.84.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.84.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.83.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.82.3 lib/awspec/generator/doc/type/ami.rb
awspec-0.82.2 lib/awspec/generator/doc/type/ami.rb
awspec-0.82.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.82.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.81.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.81.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.80.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.80.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.79.2 lib/awspec/generator/doc/type/ami.rb