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

- (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