Parent

Methods

Class/Module Index [+]

Quicksearch

Rabbit::XMLRPC::Client

Public Class Methods

new(host=nil, *args) click to toggle source
# File lib/rabbit/xmlrpc/client.rb, line 8
def initialize(host=nil, *args)
  super(host, PATH, *args)
end

Public Instance Methods

proxy(*args) click to toggle source
# File lib/rabbit/xmlrpc/client.rb, line 12
def proxy(*args)
  super(PREFIX, *args)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.