Object
RequestManager using DDBJ REST interface
# File lib/bio/io/ddbjxml.rb, line 366 def getAsyncResult(requestId) params = { 'service' => Service, 'method' => 'getAsyncResult', 'requestId' => requestId.to_s } r = Bio::Command.post_form(Uri, params) r.body end
[Validate]
Generated with the Darkfish Rdoc Generator 2.