class Awspec::Generator::Doc::Type::Firehose

Public Class Methods

new() click to toggle source
Calls superclass method Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/firehose.rb, line 5
def initialize
  super
  @type_name = 'Firehose'
  @type = Awspec::Type::Firehose.new('my-firehose')
  @ret = @type.resource_via_client
  @matchers = []
  @ignore_matchers = []
  @describes = []
end