Class: ProteinIdentificationGroup

Inherits:
ActiveRecord::Base
  • Object
show all
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_keyObject



10
11
12
# File 'lib/msf/models/protein_identification_group.rb', line 10

def self.primary_key
  [:ProteinIdentificationGroupId, :ProcessingNodeNumber]
end

.table_nameObject



7
8
9
# File 'lib/msf/models/protein_identification_group.rb', line 7

def self.table_name
  :ProteinIdentificationGroups
end

Instance Method Details

#processing_node_numberObject



16
17
18
# File 'lib/msf/models/protein_identification_group.rb', line 16

def processing_node_number
  self.ProcessingNodeNumber
end

#protein_identification_group_idObject



13
14
15
# File 'lib/msf/models/protein_identification_group.rb', line 13

def protein_identification_group_id
  self.ProteinIdentificationGroupId
end