Sha256: 041758f62c231b18ce45683a0eabee35693abb092d4d2ff887f47ceaeff4faf6

Contents?: true

Size: 522 Bytes

Versions: 53

Compression:

Stored size: 522 Bytes

Contents

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

Version data entries

53 entries across 53 versions & 3 rubygems

Version Path
cthiesfork-awspec-1.2.2 lib/awspec/generator/doc/type/emr.rb
cthiesfork-awspec-1.2.1 lib/awspec/generator/doc/type/emr.rb
awspec-1.18.5 lib/awspec/generator/doc/type/emr.rb
cthiesfork-awspec-1.2.0 lib/awspec/generator/doc/type/emr.rb
cthiesfork-awspec-1.1.0 lib/awspec/generator/doc/type/emr.rb
cthiesfork-awspec-1.0.0 lib/awspec/generator/doc/type/emr.rb
awspec-1.18.4 lib/awspec/generator/doc/type/emr.rb
awspec-1.18.3 lib/awspec/generator/doc/type/emr.rb
awspec-1.18.2 lib/awspec/generator/doc/type/emr.rb
awspec-1.18.1 lib/awspec/generator/doc/type/emr.rb
awspec-1.18.0 lib/awspec/generator/doc/type/emr.rb
awspec-1.17.4 lib/awspec/generator/doc/type/emr.rb
awspec-1.17.3 lib/awspec/generator/doc/type/emr.rb
awspec-1.17.2 lib/awspec/generator/doc/type/emr.rb
awspec-1.17.1 lib/awspec/generator/doc/type/emr.rb
awspec-1.17.0 lib/awspec/generator/doc/type/emr.rb
awspec-1.16.1 lib/awspec/generator/doc/type/emr.rb
awspec-1.16.0 lib/awspec/generator/doc/type/emr.rb
awspec-1.15.3 lib/awspec/generator/doc/type/emr.rb
awspec-1.15.2 lib/awspec/generator/doc/type/emr.rb