Class: Bio::DDBJ::XML
Overview
Direct Known Subclasses
Blast, ClustalW, DDBJ, Fasta, GetEntry, Gib, Gtop, PML, RequestManager, SRS, TxSearch
Defined Under Namespace
Classes: Blast, ClustalW, DDBJ, Fasta, GetEntry, Gib, Gtop, PML, RequestManager, SRS, TxSearch
Constant Summary collapse
- BASE_URI =
"http://xml.nig.ac.jp/wsdl/"
- SERVER_URI =
set default to GetEntry
BASE_URI + "GetEntry.wsdl"
Instance Attribute Summary
Attributes inherited from SOAPWSDL
Instance Method Summary collapse
-
#initialize(wsdl = nil) ⇒ XML
constructor
A new instance of XML.
Methods inherited from SOAPWSDL
Constructor Details
#initialize(wsdl = nil) ⇒ XML
Returns a new instance of XML.
33 34 35 |
# File 'lib/bio/io/ddbjxml.rb', line 33 def initialize(wsdl = nil) super(wsdl || self.class::SERVER_URI) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Bio::SOAPWSDL