class CFnDK::Uuid

Attributes

uuid[R]

Public Class Methods

new() click to toggle source
# File lib/cfndk/uuid.rb, line 6
def initialize()
  @uuid = SecureRandom.uuid
end