Class: Bio::FANTOM::MaXML::Annotation::DataSrc
Instance Attribute Summary (collapse)
-
- (Object) href
readonly
Returns the value of attribute href.
Instance Method Summary (collapse)
-
- (DataSrc) initialize(text, href)
constructor
A new instance of DataSrc.
Methods inherited from String
#fill, #fold, #skip, #step, #to_aaseq, #to_naseq
Constructor Details
- (DataSrc) initialize(text, href)
A new instance of DataSrc
357 358 359 360 |
# File 'lib/bio/db/fantom.rb', line 357 def initialize(text, href) super(text) @href = href end |
Instance Attribute Details
- (Object) href (readonly)
Returns the value of attribute href
361 362 363 |
# File 'lib/bio/db/fantom.rb', line 361 def href @href end |