Class: Bio::DDBJ::XML::RequestManager
- Inherits:
-
Bio::DDBJ::XML
- Object
- SOAPWSDL
- Bio::DDBJ::XML
- Bio::DDBJ::XML::RequestManager
- Defined in:
- lib/bio/io/ddbjxml.rb
Overview
Defined Under Namespace
Classes: REST
Constant Summary collapse
- SERVER_URI =
BASE_URI + "RequestManager.wsdl"
Constants inherited from Bio::DDBJ::XML
Instance Attribute Summary
Attributes inherited from SOAPWSDL
Class Method Summary collapse
-
.new(wsdl = nil) ⇒ Object
creates a new driver.
- .new_orig ⇒ Object
Methods inherited from Bio::DDBJ::XML
Methods inherited from SOAPWSDL
Constructor Details
This class inherits a constructor from Bio::DDBJ::XML
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Bio::SOAPWSDL
Class Method Details
.new(wsdl = nil) ⇒ Object
creates a new driver
385 386 387 388 389 390 391 |
# File 'lib/bio/io/ddbjxml.rb', line 385 def self.new(wsdl = nil) begin new_orig(wsdl) rescue RuntimeError REST.new end end |
.new_orig ⇒ Object
379 |
# File 'lib/bio/io/ddbjxml.rb', line 379 alias new_orig new |