Class: SqliteCrypto::Type::Uuid

Inherits:
Base
  • Object
show all
Defined in:
lib/sqlite_crypto/type/uuid.rb

Constant Summary collapse

UUID_PATTERN =
/\A[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\z/i

Instance Method Summary collapse

Methods inherited from Base

#cast, #changed_in_place?, #deserialize, #serialize

Instance Method Details

#typeObject



10
11
12
# File 'lib/sqlite_crypto/type/uuid.rb', line 10

def type
  :uuid
end