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.79.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.79.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.78.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.77.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.77.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.76.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.76.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.75.2 lib/awspec/generator/doc/type/ami.rb
awspec-0.75.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.75.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.74.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.74.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.73.2 lib/awspec/generator/doc/type/ami.rb
awspec-0.73.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.73.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.72.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.71.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.70.0 lib/awspec/generator/doc/type/ami.rb
awspec-0.69.1 lib/awspec/generator/doc/type/ami.rb
awspec-0.69.0 lib/awspec/generator/doc/type/ami.rb