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