Class: Todoist::Util::Uuid

Inherits:
Object
  • Object
show all
Defined in:
lib/todoist/util/uuid.rb

Class Method Summary collapse

Class Method Details

.command_uuidObject



8
9
10
# File 'lib/todoist/util/uuid.rb', line 8

def self.command_uuid 
  return SecureRandom.uuid 
end

.temporary_resource_idObject



12
13
14
# File 'lib/todoist/util/uuid.rb', line 12

def self.temporary_resource_id
  return SecureRandom.uuid 
end