Class: CFnDK::Uuid

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/cfndk/uuid.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeUuid

Returns a new instance of Uuid.



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

def initialize()
  @uuid = SecureRandom.uuid
end

Instance Attribute Details

#uuidObject (readonly)

Returns the value of attribute uuid.



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

def uuid
  @uuid
end