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.



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

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.



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

def entry_id
  @entry_id
end

#groupsObject (readonly)

Returns the value of attribute groups.



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

def groups
  @groups
end

#labelObject

Returns the value of attribute label.



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

def label
  @label
end

Returns the value of attribute links.



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

def links
  @links
end

#methodObject

Returns the value of attribute method.



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

def method
  @method
end

#method_idObject

Returns the value of attribute method_id.



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

def method_id
  @method_id
end

#notesObject (readonly)

Returns the value of attribute notes.



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

def notes
  @notes
end

#orientationObject

Returns the value of attribute orientation.



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

def orientation
  @orientation
end

#phaseObject

Returns the value of attribute phase.



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

def phase
  @phase
end

#scoreObject

Returns the value of attribute score.



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

def score
  @score
end

#startObject

Returns the value of attribute start.



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

def start
  @start
end

#stopObject

Returns the value of attribute stop.



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

def stop
  @stop
end

#targetsObject (readonly)

Returns the value of attribute targets.



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

def targets
  @targets
end

#typesObject (readonly)

Returns the value of attribute types.



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

def types
  @types
end