class Bio::EBI::SOAP

Constants

BASE_URI
SERVER_URI

set default to Dbfetch

Public Class Methods

new(wsdl = nil) click to toggle source
Calls superclass method Bio::SOAPWSDL.new
# File lib/bio/io/ebisoap.rb, line 23
def initialize(wsdl = nil)
  super(wsdl || self.class::SERVER_URI)
end