class Identifier::UUID::Random::Substitute::Random
Public Instance Methods
get()
click to toggle source
# File lib/identifier/uuid/random.rb, line 38 def get @id ||= UUID.zero end
set(val)
click to toggle source
# File lib/identifier/uuid/random.rb, line 42 def set(val) @id = val end