class Awspec::Generator::Doc::Type::Firehose
Public Class Methods
Source
# File lib/awspec/generator/doc/type/firehose.rb, line 7 def initialize super @type_name = 'Firehose' @type = Awspec::Type::Firehose.new('my-firehose') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end
Calls superclass method
Awspec::Generator::Doc::Type::Base::new