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