Class: NullTagSet

Inherits:
Object
  • Object
show all
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

Instance Method Details

#default_sample_sheet_behaviour?Boolean

return [Boolean] false

Returns:

  • (Boolean)


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

Returns:

  • (Boolean)


14
15
16
# File 'app/models/null_tag_set.rb', line 14

def hidden_sample_sheet_behaviour?
  false
end

#uuidObject

return nil



19
# File 'app/models/null_tag_set.rb', line 19

def uuid; end