Method: Awspec::Generator::Doc::Type::Ebs#initialize
- Defined in:
- lib/awspec/generator/doc/type/ebs.rb
#initialize ⇒ Ebs
5 6 7 8 9 10 11 12 13 |
# File 'lib/awspec/generator/doc/type/ebs.rb', line 5 def initialize super @type_name = 'EBS' @type = Awspec::Type::Ebs.new('my-ebs') @ret = @type.resource @matchers = [] @ignore_matchers = [] @describes = [] end |