Class: BELParser::Language::Version2_0::ReturnTypes::GeneAbundance

Inherits:
Abundance
  • Object
show all
Defined in:
lib/bel_parser/language/version2_0/return_types/gene_abundance.rb

Overview

Gene abundance return type.

Class Method Summary collapse

Methods inherited from Any

inherited, raise_not_implemented, subtype_of?, subtypes, transitive_subtypes

Class Method Details

.to_symObject



9
10
11
12
# File 'lib/bel_parser/language/version2_0/return_types/gene_abundance.rb', line 9

def self.to_sym
  raise_not_implemented(__method__) if self != GeneAbundance
  :geneAbundance
end