class Mspire::Ident::Search
Public Class Methods
new(id=nil, peptide_hits=[])
click to toggle source
# File lib/mspire/ident/search.rb, line 45 def initialize(id=nil, peptide_hits=[]) @id = id @peptide_hits = peptide_hits end