Method: Awspec::Generator::Doc::Type::Base#initialize
- Defined in:
- lib/awspec/generator/doc/type/base.rb
#initialize ⇒ Base
Returns a new instance of Base.
7 8 9 10 |
# File 'lib/awspec/generator/doc/type/base.rb', line 7 def initialize Awspec::Stub.load type_name.underscore @type_name = type_name end |