Class: Bio::DAS::GFF

Inherits:
Object show all
Defined in:
lib/bio/io/das.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGFF

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

#hrefObject

Returns the value of attribute href.



380
381
382
# File 'lib/bio/io/das.rb', line 380

def href
  @href
end

#segmentsObject (readonly)

Returns the value of attribute segments.



379
380
381
# File 'lib/bio/io/das.rb', line 379

def segments
  @segments
end

#versionObject

Returns the value of attribute version.



380
381
382
# File 'lib/bio/io/das.rb', line 380

def version
  @version
end