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.
375 376 377 |
# File 'lib/bio/io/das.rb', line 375 def initialize @segments = Array.new end |
Instance Attribute Details
#href ⇒ Object
Returns the value of attribute href
379 380 381 |
# File 'lib/bio/io/das.rb', line 379 def href @href end |
#segments ⇒ Object (readonly)
Returns the value of attribute segments
378 379 380 |
# File 'lib/bio/io/das.rb', line 378 def segments @segments end |
#version ⇒ Object
Returns the value of attribute version
379 380 381 |
# File 'lib/bio/io/das.rb', line 379 def version @version end |