Bio::FANTOM::MaXML
# File lib/bio/db/fantom.rb, line 364 def datasrc unless defined?(@datasrc) @datasrc = [] @elem.each_element('datasrc') do |e| text = e.text href = e.attributes['href'] @datasrc << DataSrc.new(gsub_entities(text), gsub_entities(href)) end end @datasrc end
# File lib/bio/db/fantom.rb, line 352 def entry_id nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.