Class: Bio::Hinv::Hix2hit
Overview
serv = Bio::Hinv::Hix2hit.new serv.query("hix" => "HIX0000004") puts serv.result
Instance Method Summary collapse
-
#initialize ⇒ Hix2hit
constructor
A new instance of Hix2hit.
-
#result ⇒ Object
.HIT000012846 HIT000022124 HIT000007722 :HIT000262478
Methods included from Common
Constructor Details
Instance Method Details
#result ⇒ Object
299 300 301 302 303 304 305 |
# File 'lib/bio/io/hinv.rb', line 299 def result list = [] @xml.elements.each('//H-INVITATIONAL-ID') do |e| list << e.text end return list end |