class Bio::FANTOM::MaXML::Annotation::DataSrc
Attributes
Public Class Methods
Source
# File lib/bio/db/fantom.rb 357 def initialize(text, href) 358 super(text) 359 @href = href 360 end
Calls superclass method
# File lib/bio/db/fantom.rb 357 def initialize(text, href) 358 super(text) 359 @href = href 360 end