Method: Awspec::Type::Base#initialize

Defined in:
lib/awspec/type/base.rb

#initialize(id = nil) ⇒ Base

Returns a new instance of Base.



12
13
14
15
# File 'lib/awspec/type/base.rb', line 12

def initialize(id = nil)
  @display_name = id
  @id = nil
end