Class: Bio::Hinv::HitXML
Overview
serv = Bio::Hinv::HitXML.new serv.query("hit" => "HIT000000001") puts serv.result
Instance Method Summary collapse
-
#initialize ⇒ HitXML
constructor
A new instance of HitXML.
-
#result ⇒ Object
.HIX0021591 HIX0021591.11 HIT000000001 :
Methods included from Common
Constructor Details
#initialize ⇒ HitXML
Returns a new instance of HitXML.
261 262 263 |
# File 'lib/bio/io/hinv.rb', line 261 def initialize @url = BASE_URI + "hit_xml.php" end |
Instance Method Details
#result ⇒ Object
276 277 278 |
# File 'lib/bio/io/hinv.rb', line 276 def result @result end |