Module: Imagekitio::UuidUtils Private
- Defined in:
- lib/imagekitio/helpers/uuid_utils.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
UUID utilities for ImageKit SDK
Class Method Summary collapse
-
.uuid4 ⇒ String
private
Generates a UUID v4 string.
Class Method Details
.uuid4 ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Generates a UUID v4 string
13 14 15 |
# File 'lib/imagekitio/helpers/uuid_utils.rb', line 13 def uuid4 SecureRandom.uuid end |