serv = Bio::Hinv::Acc2hit.new serv.query("acc" => "BC053657") puts serv.result
[Source]
# File lib/bio/io/hinv.rb, line 119 119: def initialize 120: @url = BASE_URI + "acc2hit.php" 121: end
<?xml version=‘1.0’ encoding=‘UTF-8’?> <H-Inv>
<H-INVITATIONAL-ID>HIT000053961</H-INVITATIONAL-ID>
</H-Inv>
# File lib/bio/io/hinv.rb, line 127 127: def result 128: @xml.elements['//H-INVITATIONAL-ID'].text 129: end
[Validate]