Class: ThermoMSF::Model::FastaFileProteinAnnotation
- Inherits:
-
Object
- Object
- ThermoMSF::Model::FastaFileProteinAnnotation
- Defined in:
- lib/msf/sql/fasta_file_protein_annotation.rb
Instance Method Summary collapse
-
#fasta_file_id ⇒ Object
ruby style accessors.
- #protein_annotation_id ⇒ Object
Instance Method Details
#fasta_file_id ⇒ Object
ruby style accessors
6 7 8 |
# File 'lib/msf/sql/fasta_file_protein_annotation.rb', line 6 def fasta_file_id self.FastaFileID end |
#protein_annotation_id ⇒ Object
9 10 11 |
# File 'lib/msf/sql/fasta_file_protein_annotation.rb', line 9 def protein_annotation_id self.ProteinAnnotationID end |