class BELParser::Language::Version1_0::ReturnTypes::ProteinAbundance

Protein abundance return type.

Public Class Methods

to_sym() click to toggle source
# File lib/bel_parser/language/version1_0/return_types/protein_abundance.rb, line 9
def self.to_sym
  raise_not_implemented(__method__) if self != ProteinAbundance
  :proteinAbundance
end