Module: Bio::Hinv::Common
- Defined in:
- lib/bio/io/hinv.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) query(options = nil)
27 28 29 30 31 |
# File 'lib/bio/io/hinv.rb', line 27 def query( = nil) response = Bio::Command.post_form(@url, ) @result = response.body @xml = REXML::Document.new(@result) end |