class Promoted::Ruby::Client::IdGenerator
Public Class Methods
new()
click to toggle source
# File lib/promoted/ruby/client/id_generator.rb, line 5 def initialize;end
Public Instance Methods
newID()
click to toggle source
# File lib/promoted/ruby/client/id_generator.rb, line 7 def newID SecureRandom.uuid end