class Awspec::Generator::Doc::Type::Emr
Public Class Methods
new()
click to toggle source
Calls superclass method
Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/emr.rb, line 5 def initialize super @type_name = 'Emr' @type = Awspec::Type::Emr.new('my-emr') @ret = @type.resource_via_client @matchers = [ Awspec::Type::Emr::STATES.map { |state| 'be_' + state.downcase }.join(', ') ] @ignore_matchers = Awspec::Type::Emr::STATES.map { |state| 'be_' + state.downcase } @describes = [] end