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

Class Method Details

.uuid4String

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

Returns:

  • (String)

    A UUID v4 string



13
14
15
# File 'lib/imagekitio/helpers/uuid_utils.rb', line 13

def uuid4
  SecureRandom.uuid
end