Class: NullTagSet
- Inherits:
 - 
      Object
      
        
- Object
 - NullTagSet
 
 
- Defined in:
 - app/models/null_tag_set.rb
 
Overview
NullTagSet Represents a null tag set where one does not exist This is used to avoid nil checks in the code used for sample sheet behaviour
Instance Method Summary collapse
- 
  
    
      #default_sample_sheet_behaviour?  ⇒ Boolean 
    
    
  
  
  
  
  
  
  
  
  
    
return [Boolean] false.
 - 
  
    
      #hidden_sample_sheet_behaviour?  ⇒ Boolean 
    
    
  
  
  
  
  
  
  
  
  
    
return [Boolean] false.
 - 
  
    
      #uuid  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
return nil.
 
Instance Method Details
#default_sample_sheet_behaviour? ⇒ Boolean
return [Boolean] false
      9 10 11  | 
    
      # File 'app/models/null_tag_set.rb', line 9 def default_sample_sheet_behaviour? false end  | 
  
#hidden_sample_sheet_behaviour? ⇒ Boolean
return [Boolean] false
      14 15 16  | 
    
      # File 'app/models/null_tag_set.rb', line 14 def hidden_sample_sheet_behaviour? false end  | 
  
#uuid ⇒ Object
return nil
      19  | 
    
      # File 'app/models/null_tag_set.rb', line 19 def uuid; end  |