Class: Bio::DDBJ::XML

Inherits:
SOAPWSDL show all
Defined in:
lib/bio/io/ddbjxml.rb

Overview

Bio::DDBJ::XML

Accessing the DDBJ web services.

Direct Known Subclasses

Blast, ClustalW, DDBJ, Fasta, GetEntry, Gib, Gtop, PML, SRS, TxSearch

Defined Under Namespace

Classes: Blast, ClustalW, DDBJ, Fasta, GetEntry, Gib, Gtop, PML, 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

#log, #wsdl

Instance Method Summary collapse

Methods inherited from SOAPWSDL

#list_methods

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