Class Bio::FANTOM::MaXML::Annotation::DataSrc
In: lib/bio/db/fantom.rb
Parent: String

Methods

new  

Attributes

href  [R] 

Public Class methods

[Source]

     # File lib/bio/db/fantom.rb, line 357
357:           def initialize(text, href)
358:             super(text)
359:             @href = href
360:           end

[Validate]