Parent

Class/Module Index [+]

Quicksearch

Bio::NCBI::SOAP

References

Methods

All methods accept a hash as its argument and most of the keys can be ommited (values are string).

Note: Methods which name ends with _MS are designed for use with Microsoft Visual Studio and SOAP Toolkit 3.0

Complex data types

Constants

BASE_URI
SERVER_URI

set default to EUtils

Public Class Methods

new(wsdl = nil) click to toggle source
# File lib/bio/io/ncbisoap.rb, line 74
def initialize(wsdl = nil)
  super(wsdl || self.class::SERVER_URI)
end

Public Instance Methods

method_missing(*arg) click to toggle source
# File lib/bio/io/ncbisoap.rb, line 78
def method_missing(*arg)
  sleep 3                     # make sure to rest for 3 seconds per request
  @driver.send(*arg)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.