Class: Ont::Library
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Ont::Library
- Includes:
- DualSourcedLibrary, Librarian, Material, Uuidable
- Defined in:
- app/models/ont/library.rb
Overview
Ont::Library
Instance Method Summary collapse
- #collection? ⇒ Boolean
-
#tag_barcode ⇒ Object
The tag.group_id ‘Barcode’ used for sample sheet generation.
Methods included from DualSourcedLibrary
Methods included from Librarian
#active?, #deactivate, #set_state
Methods included from Uuidable
Methods included from Material
Instance Method Details
#collection? ⇒ Boolean
26 27 28 |
# File 'app/models/ont/library.rb', line 26 def collection? false end |
#tag_barcode ⇒ Object
The tag.group_id ‘Barcode’ used for sample sheet generation
31 32 33 |
# File 'app/models/ont/library.rb', line 31 def tag&.group_id end |