Sha256: 0366790e7dc18eaf07343db1b1ae95c6cb1897d1f21a616c8d8ccdd17c593e26

Contents?: true

Size: 382 Bytes

Versions: 2

Compression:

Stored size: 382 Bytes

Contents

module Awspec::Generator
  module Doc
    class Ebs < Base
      def initialize
        @type_name = 'EBS'
        require File.dirname(__FILE__) + '/../../../../spec/stub/' + @type_name.to_snake_case
        @type = Awspec::Type::Ebs.new('my-ebs')
        @ret = @type.volume
        @matchers = []
        @ignore_matchers = []
        @describes = []
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
awspec-0.6.1 lib/awspec/generator/doc/ebs.rb
awspec-0.6.0 lib/awspec/generator/doc/ebs.rb