Class: Bio::Hinv::HixCnt
Overview
serv = Bio::Hinv::HixCnt.new serv.query puts serv.result
Instance Method Summary collapse
-
#initialize ⇒ HixCnt
constructor
A new instance of HixCnt.
-
#result ⇒ Object
.36073
Methods included from Common
Constructor Details
#initialize ⇒ HixCnt
Returns a new instance of HixCnt.
313 314 315 |
# File 'lib/bio/io/hinv.rb', line 313 def initialize @url = BASE_URI + "hix_cnt.php" end |
Instance Method Details
#result ⇒ Object
321 322 323 |
# File 'lib/bio/io/hinv.rb', line 321 def result @xml.elements['//LOCUS_CNT'].text.to_i end |