Method: Bio::EMBLDB::Common#accession

Defined in:
lib/bio/db/embl/common.rb

#accessionObject

returns the first accession number in the AC lines



113
114
115
# File 'lib/bio/db/embl/common.rb', line 113

def accession
  ac[0]
end