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