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
| 33 34 35 | # File 'lib/sequel/plugins/uuid.rb', line 33 def uuid_field @uuid_field end | 
Instance Method Details
#uuid_overwrite? ⇒ Boolean
Whether to overwrite the create uuid if it already exists
| 36 37 38 | # File 'lib/sequel/plugins/uuid.rb', line 36 def uuid_overwrite? @uuid_overwrite end |