Method: CFnDK::Uuid#initialize
- Defined in:
- lib/cfndk/uuid.rb
#initialize ⇒ Uuid
Returns a new instance of Uuid.
6 7 8 |
# File 'lib/cfndk/uuid.rb', line 6 def initialize() @uuid = SecureRandom.uuid end |
Returns a new instance of Uuid.
6 7 8 |
# File 'lib/cfndk/uuid.rb', line 6 def initialize() @uuid = SecureRandom.uuid end |