Method: Cql::Uuid#value

Defined in:
lib/cql/uuid.rb

#valueBignum Also known as: to_i

Returns the numerical representation of this UUID

Returns:

  • (Bignum)

    the 128 bit numerical representation



48
49
50
# File 'lib/cql/uuid.rb', line 48

def value
  @n
end