Method: Bio::GFFbrowser::FastLineRecord#attributes

Defined in:
lib/bio/db/gff/gffrecord.rb

#attributesObject



60
61
62
# File 'lib/bio/db/gff/gffrecord.rb', line 60

def attributes 
  @attributes_ ||= parse_attributes_fast(@fields[GFF3_ATTRIBUTES])
end