class Fog::UUID

Public Class Methods

uuid() click to toggle source
# File lib/fog/core/uuid.rb, line 6
def uuid
  SecureRandom.uuid
end