Sha256: 3fb935725e1add1c8d1eae7a665310910435eedd726b43220352fff3e3fb8827

Contents?: true

Size: 361 Bytes

Versions: 130

Compression:

Stored size: 361 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class Efs < Base
        def initialize
          super
          @type_name = 'EFS'
          @type = Awspec::Type::Efs.new('my-efs')
          @ret = @type.resource_via_client
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

130 entries across 130 versions & 4 rubygems

Version Path
awspec-0.68.0 lib/awspec/generator/doc/type/efs.rb
awspec-0.67.1 lib/awspec/generator/doc/type/efs.rb
awspec-0.67.0 lib/awspec/generator/doc/type/efs.rb
awspec-0.66.2 lib/awspec/generator/doc/type/efs.rb
awspec-0.66.1 lib/awspec/generator/doc/type/efs.rb
awspec-0.66.0 lib/awspec/generator/doc/type/efs.rb
awspec-0.65.2 lib/awspec/generator/doc/type/efs.rb
awspec-0.65.1 lib/awspec/generator/doc/type/efs.rb
awspec-0.65.0 lib/awspec/generator/doc/type/efs.rb
awspec-0.64.0 lib/awspec/generator/doc/type/efs.rb