class Bio::Hinv::HixCnt
serv = ::new serv.query puts serv.result
Public Class Methods
new()
click to toggle source
# File lib/bio/io/hinv.rb, line 314 def initialize @url = BASE_URI + "hix_cnt.php" end
Public Instance Methods
result()
click to toggle source
<?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