Attributes
uuid_field | [R] |
The field to store the uuid |
Public Instance methods
uuid_overwrite?()
Whether to overwrite the create uuid if it already exists
[show source]
# File lib/sequel/plugins/uuid.rb 36 def uuid_overwrite? 37 @uuid_overwrite 38 end