Object
Bio::DDBJ::REST::WABItemplate is a private class to provide common methods to access DDBJ Web API for Biology (WABI) services by using REST protocol.
Normal users should not use the class directly.
hostname for the WABI service
path for the WABI service
Creates a new object.
# File lib/bio/io/ddbjrest.rb, line 77 def initialize @http = Bio::Command.new_http(WABI_HOST) @service = self.class.to_s.split(/\:\:/)[-1] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.