Object
serv = Bio::Hinv::HixCnt.new serv.query puts serv.result
# File lib/bio/io/hinv.rb, line 314 def initialize @url = BASE_URI + "hix_cnt.php" end
<?xml version=‘1.0’ encoding=‘UTF-8’?> <H-Inv>
<LOCUS_CNT>36073</LOCUS_CNT>
</H-Inv>
# File lib/bio/io/hinv.rb, line 322 def result @xml.elements['//LOCUS_CNT'].text.to_i end
[Validate]
Generated with the Darkfish Rdoc Generator 2.