Method: CFnDK::Uuid#initialize

Defined in:
lib/cfndk/uuid.rb

#initializeUuid

Returns a new instance of Uuid.



6
7
8
# File 'lib/cfndk/uuid.rb', line 6

def initialize()
  @uuid = SecureRandom.uuid
end