Class: Promoted::Ruby::Client::IdGenerator

Inherits:
Object
  • Object
show all
Defined in:
lib/promoted/ruby/client/id_generator.rb

Instance Method Summary collapse

Constructor Details

#initializeIdGenerator

Returns a new instance of IdGenerator.



5
# File 'lib/promoted/ruby/client/id_generator.rb', line 5

def initialize;end

Instance Method Details

#newIDObject



7
8
9
# File 'lib/promoted/ruby/client/id_generator.rb', line 7

def newID
    SecureRandom.uuid
end