Class: Ont::Pool
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Ont::Pool
- Includes:
- DualSourcedPool, Uuidable
- Defined in:
- app/models/ont/pool.rb
Overview
Pool
Constant Summary collapse
- VOLUME_CONCENTRATION_MULTIPLIER =
Constants used in final_library_amount calculation
1_000_000
- INSERT_SIZE_MULTIPLIER =
660
Instance Attribute Summary collapse
-
#barcode ⇒ Object
Returns the value of attribute barcode.
Instance Method Summary collapse
Methods included from DualSourcedPool
Methods included from Uuidable
Instance Attribute Details
#barcode ⇒ Object
Returns the value of attribute barcode.
10 11 12 |
# File 'app/models/ont/pool.rb', line 10 def @barcode end |