class Bio::DAS::FEATURE
Attributes
Public Class Methods
Source
# File lib/bio/io/das.rb 383 def initialize 384 @notes = Array.new 385 @links = Array.new 386 @types = Array.new 387 @targets = Array.new 388 @groups = Array.new 389 end
# File lib/bio/io/das.rb 383 def initialize 384 @notes = Array.new 385 @links = Array.new 386 @types = Array.new 387 @targets = Array.new 388 @groups = Array.new 389 end