Class: Well::AttributeUpdater::SnpCount
- Defined in:
- app/models/well/attribute_updater.rb
Overview
Updated the snp count (sequenom count) volume in ul
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#target_value ⇒ Object
We don’t adjust snp count as its just a raw value.
- #update ⇒ Object
Methods inherited from Base
#initialize, #original_value, #resource
Constructor Details
This class inherits a constructor from Well::AttributeUpdater::Base
Instance Method Details
#target_value ⇒ Object
We don’t adjust snp count as its just a raw value
86 87 88 |
# File 'app/models/well/attribute_updater.rb', line 86 def target_value value end |
#update ⇒ Object
90 91 92 |
# File 'app/models/well/attribute_updater.rb', line 90 def update well.update_sequenom_count!(target_value, resource) end |