Method: Sylfy::Service::ChEBI::SOAP#initialize

Defined in:
lib/sylfy/service/ebisoap.rb

#initialize(options = {}) ⇒ SOAP

Returns a new instance of SOAP.



19
20
21
# File 'lib/sylfy/service/ebisoap.rb', line 19

def initialize(options = {})
    super('http://www.ebi.ac.uk/webservices/chebi/2.0/webservice?wsdl', options)
end