Parent

Methods

Class/Module Index [+]

Quicksearch

Bio::DDBJ::REST::WABItemplate

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.

Constants

WABI_HOST

hostname for the WABI service

WABI_PATH

path for the WABI service

Public Class Methods

new() click to toggle source

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.