Class: Bio::DAS::GFF
Instance Attribute Summary (collapse)
-
- (Object) href
Returns the value of attribute href.
-
- (Object) segments
readonly
Returns the value of attribute segments.
-
- (Object) version
Returns the value of attribute version.
Instance Method Summary (collapse)
-
- (GFF) initialize
constructor
A new instance of GFF.
Constructor Details
- (GFF) initialize
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
- (Object) href
Returns the value of attribute href
380 381 382 |
# File 'lib/bio/io/das.rb', line 380 def href @href end |
- (Object) segments (readonly)
Returns the value of attribute segments
379 380 381 |
# File 'lib/bio/io/das.rb', line 379 def segments @segments end |
- (Object) version
Returns the value of attribute version
380 381 382 |
# File 'lib/bio/io/das.rb', line 380 def version @version end |