static public Method

XMLRPC.interface(prefix, &p)

short-form to create a Service::Interface

Source Code

# File xmlrpc/utils.rb, line 147
def self.interface(prefix, &p)
  Service::Interface.new(prefix, &p)  
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.