Method: Awspec::Type::Base#initialize
- Defined in:
- lib/awspec/type/base.rb
#initialize(display_name = nil) ⇒ Base
Returns a new instance of Base.
12 13 14 15 |
# File 'lib/awspec/type/base.rb', line 12 def initialize(display_name = nil) @display_name = display_name @id = nil end |