Class: SqliteCrypto::Type::Uuid
- Defined in:
- lib/sqlite_crypto/type/uuid.rb
Instance Method Summary collapse
Methods inherited from Base
#cast, #changed_in_place?, #deserialize, #serialize
Instance Method Details
#type ⇒ Object
8 9 10 |
# File 'lib/sqlite_crypto/type/uuid.rb', line 8 def type :uuid end |