Sha256: 2c4cd3c21d53c214657d316b5e1b471d2e0588848d5f8ca8b5052f911743c3c0

Contents?: true

Size: 348 Bytes

Versions: 5

Compression:

Stored size: 348 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class Ebs < Base
        def initialize
          super
          @type_name = 'EBS'
          @type = Awspec::Type::Ebs.new('my-ebs')
          @ret = @type.volume
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
awspec-0.8.0 lib/awspec/generator/doc/type/ebs.rb
awspec-0.7.0 lib/awspec/generator/doc/type/ebs.rb
awspec-0.6.4 lib/awspec/generator/doc/type/ebs.rb
awspec-0.6.3 lib/awspec/generator/doc/type/ebs.rb
awspec-0.6.2 lib/awspec/generator/doc/type/ebs.rb