class Todoist::Util::Uuid
Public Class Methods
command_uuid()
click to toggle source
# File lib/todoist/util/uuid.rb, line 8 def self.command_uuid return SecureRandom.uuid end
temporary_resource_id()
click to toggle source
# File lib/todoist/util/uuid.rb, line 12 def self.temporary_resource_id return SecureRandom.uuid end