Module: Sequel::Plugins::Uuid::ClassMethods
- Defined in:
- lib/sequel/plugins/uuid.rb
Instance Attribute Summary collapse
-
#uuid_field ⇒ Object
readonly
The field to store the uuid.
Instance Method Summary collapse
-
#uuid_overwrite? ⇒ Boolean
Whether to overwrite the create uuid if it already exists.
Instance Attribute Details
#uuid_field ⇒ Object (readonly)
The field to store the uuid
34 35 36 |
# File 'lib/sequel/plugins/uuid.rb', line 34 def uuid_field @uuid_field end |
Instance Method Details
#uuid_overwrite? ⇒ Boolean
Whether to overwrite the create uuid if it already exists
37 38 39 |
# File 'lib/sequel/plugins/uuid.rb', line 37 def uuid_overwrite? @uuid_overwrite end |