Class Bio::DAS::GROUP
In: lib/bio/io/das.rb  (CVS)
Parent: Object

Methods

new  

Attributes

entry_id  [RW] 
label  [RW] 
links  [R] 
notes  [R] 
targets  [R] 
type  [RW] 

Public Class methods

[Source]

# File lib/bio/io/das.rb, line 405
    def initialize
      @notes = Array.new
      @links = Array.new
      @targets = Array.new
    end

[Validate]