Class: SqliteCrypto::Type::ULID
- Defined in:
- lib/sqlite_crypto/type/ulid.rb
Constant Summary collapse
- ULID_PATTERN =
Crockford base32 excludes I, L, O, U to avoid confusion with 1, 0.
/\A[0-7][0-9A-HJKMNP-TV-Z]{25}\z/i
Instance Method Summary collapse
Methods inherited from Base
#cast, #changed_in_place?, #deserialize, #serialize
Instance Method Details
#type ⇒ Object
11 12 13 |
# File 'lib/sqlite_crypto/type/ulid.rb', line 11 def type :ulid end |