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