Class: Todoist::Util::Uuid
- Inherits:
-
Object
- Object
- Todoist::Util::Uuid
- Defined in:
- lib/todoist/util/uuid.rb
Class Method Summary collapse
Class Method Details
.command_uuid ⇒ Object
8 9 10 |
# File 'lib/todoist/util/uuid.rb', line 8 def self.command_uuid return SecureRandom.uuid end |
.temporary_resource_id ⇒ Object
12 13 14 |
# File 'lib/todoist/util/uuid.rb', line 12 def self.temporary_resource_id return SecureRandom.uuid end |