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 404 def initialize 405 @notes = Array.new 406 @links = Array.new 407 @targets = Array.new 408 end