Class: Bio::DAS::FEATURE

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFEATURE

Returns a new instance of FEATURE.



384
385
386
387
388
389
390
# File 'lib/bio/io/das.rb', line 384

def initialize
  @notes = Array.new
  @links = Array.new
  @types = Array.new
  @targets = Array.new
  @groups = Array.new
end

Instance Attribute Details

#entry_idObject

Returns the value of attribute entry_id.



391
392
393
# File 'lib/bio/io/das.rb', line 391

def entry_id
  @entry_id
end

#groupsObject (readonly)

Returns the value of attribute groups.



393
394
395
# File 'lib/bio/io/das.rb', line 393

def groups
  @groups
end

#labelObject

Returns the value of attribute label.



391
392
393
# File 'lib/bio/io/das.rb', line 391

def label
  @label
end

Returns the value of attribute links.



393
394
395
# File 'lib/bio/io/das.rb', line 393

def links
  @links
end

#methodObject

Returns the value of attribute method.



391
392
393
# File 'lib/bio/io/das.rb', line 391

def method
  @method
end

#method_idObject

Returns the value of attribute method_id.



391
392
393
# File 'lib/bio/io/das.rb', line 391

def method_id
  @method_id
end

#notesObject (readonly)

Returns the value of attribute notes.



393
394
395
# File 'lib/bio/io/das.rb', line 393

def notes
  @notes
end

#orientationObject

Returns the value of attribute orientation.



391
392
393
# File 'lib/bio/io/das.rb', line 391

def orientation
  @orientation
end

#phaseObject

Returns the value of attribute phase.



391
392
393
# File 'lib/bio/io/das.rb', line 391

def phase
  @phase
end

#scoreObject

Returns the value of attribute score.



391
392
393
# File 'lib/bio/io/das.rb', line 391

def score
  @score
end

#startObject

Returns the value of attribute start.



391
392
393
# File 'lib/bio/io/das.rb', line 391

def start
  @start
end

#stopObject

Returns the value of attribute stop.



391
392
393
# File 'lib/bio/io/das.rb', line 391

def stop
  @stop
end

#targetsObject (readonly)

Returns the value of attribute targets.



393
394
395
# File 'lib/bio/io/das.rb', line 393

def targets
  @targets
end

#typesObject (readonly)

Returns the value of attribute types.



393
394
395
# File 'lib/bio/io/das.rb', line 393

def types
  @types
end