module Sequel::Plugins::Uuid::ClassMethods
Attributes
uuid_field[R]
The field to store the uuid
Public Instance Methods
uuid_overwrite?()
click to toggle source
Whether to overwrite the create uuid if it already exists
# File lib/sequel/plugins/uuid.rb, line 39 def uuid_overwrite? @uuid_overwrite end