Sha256: bcc8bedd5ce9cbcc33b777931d5c56f96859e95d4dde0a5d13472763f547c329

Contents?: true

Size: 535 Bytes

Versions: 70

Compression:

Stored size: 535 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class Acm < Base
        def initialize
          super
          @type_name = 'Acm'
          @type = Awspec::Type::Acm.new('example.com')
          @ret = @type.resource_via_client
          @matchers = [
            Awspec::Type::Acm::STATUSES.map { |status| 'be_' + status.downcase }.join(', ')
          ]
          @ignore_matchers = Awspec::Type::Acm::STATUSES.map { |status| 'be_' + status.downcase }
          @describes = []
        end
      end
    end
  end
end

Version data entries

70 entries across 70 versions & 2 rubygems

Version Path
awspec-1.3.1 lib/awspec/generator/doc/type/acm.rb
awspec-1.3.0 lib/awspec/generator/doc/type/acm.rb
awspec-1.2.0 lib/awspec/generator/doc/type/acm.rb
awspec-1.1.0 lib/awspec/generator/doc/type/acm.rb
awspec-1.0.0 lib/awspec/generator/doc/type/acm.rb
awspec-1.0.0.rc lib/awspec/generator/doc/type/acm.rb
awspec-0.88.2 lib/awspec/generator/doc/type/acm.rb
awspec-0.88.1 lib/awspec/generator/doc/type/acm.rb
awspec-0.88.0 lib/awspec/generator/doc/type/acm.rb
awspec-0.87.1 lib/awspec/generator/doc/type/acm.rb
awspec-0.87.0 lib/awspec/generator/doc/type/acm.rb
awspec-0.86.0 lib/awspec/generator/doc/type/acm.rb
cmonson_2ndwatch_awspec-0.85.4 lib/awspec/generator/doc/type/acm.rb
awspec-0.85.3 lib/awspec/generator/doc/type/acm.rb
cmonson_2ndwatch_awspec-0.85.3 lib/awspec/generator/doc/type/acm.rb
awspec-0.85.2 lib/awspec/generator/doc/type/acm.rb
awspec-0.85.1 lib/awspec/generator/doc/type/acm.rb
awspec-0.85.0 lib/awspec/generator/doc/type/acm.rb
awspec-0.84.1 lib/awspec/generator/doc/type/acm.rb
awspec-0.84.0 lib/awspec/generator/doc/type/acm.rb