Class: Bio::DAS::GROUP

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGROUP

Returns a new instance of GROUP.



404
405
406
407
408
# File 'lib/bio/io/das.rb', line 404

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

Instance Attribute Details

#entry_idObject

Returns the value of attribute entry_id.



409
410
411
# File 'lib/bio/io/das.rb', line 409

def entry_id
  @entry_id
end

#labelObject

Returns the value of attribute label.



409
410
411
# File 'lib/bio/io/das.rb', line 409

def label
  @label
end

Returns the value of attribute links.



410
411
412
# File 'lib/bio/io/das.rb', line 410

def links
  @links
end

#notesObject (readonly)

Returns the value of attribute notes.



410
411
412
# File 'lib/bio/io/das.rb', line 410

def notes
  @notes
end

#targetsObject (readonly)

Returns the value of attribute targets.



410
411
412
# File 'lib/bio/io/das.rb', line 410

def targets
  @targets
end

#typeObject

Returns the value of attribute type.



409
410
411
# File 'lib/bio/io/das.rb', line 409

def type
  @type
end