Method: Bio::KEGG::MODULE#entry_id

Defined in:
lib/bio/db/kegg/module.rb

#entry_idObject

Return the ID, described in the ENTRY line.


Returns

String



47
48
49
# File 'lib/bio/db/kegg/module.rb', line 47

def entry_id
  field_fetch('ENTRY')[/\S+/]
end