class Bio::DAS::GROUP
Attributes
entry_id[RW]
label[RW]
links[R]
notes[R]
targets[R]
type[RW]
Public Class Methods
new()
click to toggle source
# File lib/bio/io/das.rb, line 405 def initialize @notes = Array.new @links = Array.new @targets = Array.new end