Class: Bio::DAS::GFF
Instance Attribute Summary collapse
-
#href ⇒ Object
Returns the value of attribute href.
-
#segments ⇒ Object
readonly
Returns the value of attribute segments.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ GFF
constructor
A new instance of GFF.
Constructor Details
#initialize ⇒ GFF
Returns a new instance of GFF.
376 377 378 |
# File 'lib/bio/io/das.rb', line 376 def initialize @segments = Array.new end |
Instance Attribute Details
#href ⇒ Object
Returns the value of attribute href.
380 381 382 |
# File 'lib/bio/io/das.rb', line 380 def href @href end |
#segments ⇒ Object (readonly)
Returns the value of attribute segments.
379 380 381 |
# File 'lib/bio/io/das.rb', line 379 def segments @segments end |
#version ⇒ Object
Returns the value of attribute version.
380 381 382 |
# File 'lib/bio/io/das.rb', line 380 def version @version end |