Class: ProteinIdentificationGroup
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ProteinIdentificationGroup
- Defined in:
- lib/msf/models/protein_identification_group.rb
Overview
ActiveRecord model of MSF ProteinIdentificationGroup
Example:
ProteinIdentificationGroup.first
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.primary_key ⇒ Object
10 11 12 |
# File 'lib/msf/models/protein_identification_group.rb', line 10 def self.primary_key [:ProteinIdentificationGroupId, :ProcessingNodeNumber] end |
.table_name ⇒ Object
7 8 9 |
# File 'lib/msf/models/protein_identification_group.rb', line 7 def self.table_name :ProteinIdentificationGroups end |
Instance Method Details
#processing_node_number ⇒ Object
16 17 18 |
# File 'lib/msf/models/protein_identification_group.rb', line 16 def processing_node_number self.ProcessingNodeNumber end |
#protein_identification_group_id ⇒ Object
13 14 15 |
# File 'lib/msf/models/protein_identification_group.rb', line 13 def protein_identification_group_id self.ProteinIdentificationGroupId end |