Module: SequencescapeExcel::SpecialisedField::Base
- Extended by:
- ActiveSupport::Concern
- Included in:
- BioscanControlType, BioscanSupplierName, ChromiumTagGroup, ChromiumTagWell, ControlType, DualIndexTagSet, DualIndexTagWell, I5, I7, InsertSizeFrom, InsertSizeTo, LibraryType, PrimerPanel, Priority, ReferenceGenome, RetentionInstruction, SampleEbiAccessionNumber, SangerPlateId, SangerSampleId, SangerTubeId, Tag2Group, Tag2Index, TagGroup, TagIndex, Volume, Well
- Defined in:
- app/sequencescape_excel/sequencescape_excel/specialised_field/base.rb
Overview
Base
Instance Attribute Summary collapse
-
#sample_manifest_asset ⇒ Object
Returns the value of attribute sample_manifest_asset.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#sample_manifest_asset ⇒ Object
Returns the value of attribute sample_manifest_asset.
18 19 20 |
# File 'app/sequencescape_excel/sequencescape_excel/specialised_field/base.rb', line 18 def sample_manifest_asset @sample_manifest_asset end |
#value ⇒ Object
Returns the value of attribute value.
18 19 20 |
# File 'app/sequencescape_excel/sequencescape_excel/specialised_field/base.rb', line 18 def value @value end |
Instance Method Details
#link(_other_fields) ⇒ Object
27 28 |
# File 'app/sequencescape_excel/sequencescape_excel/specialised_field/base.rb', line 27 def link(_other_fields) end |
#update(_attributes = {}) ⇒ Object
24 25 |
# File 'app/sequencescape_excel/sequencescape_excel/specialised_field/base.rb', line 24 def update(_attributes = {}) end |