Class which wraps a XMLRPC::Service::Interface definition, used by XMLRPC::BasicServer#add_handler
Methods
- G
- N
Class Public methods
new(prefix, &p)
Link
Source: show
# File lib/xmlrpc/utils.rb, line 112 def initialize(prefix, &p) raise "No interface specified" if p.nil? super(prefix) instance_eval(&p) end
Instance Public methods