module Bio::Hinv::Common
Public Instance Methods
query(options = nil)
click to toggle source
# File lib/bio/io/hinv.rb 26 def query(options = nil) 27 response = Bio::Command.post_form(@url, options) 28 @result = response.body 29 @xml = REXML::Document.new(@result) 30 end