XMLRPC::Service::BasicInterface
class which wraps a Service Interface definition, used by BasicServer#add_handler
# File xmlrpc/utils.rb, line 106 def initialize(prefix, &p) raise "No interface specified" if p.nil? super(prefix) instance_eval(&p) end
# File xmlrpc/utils.rb, line 112 def get_methods(obj, delim=".") prefix = @prefix + delim @methods.collect { |name, meth, sig, help| [prefix + name.to_s, obj.method(meth).to_proc, sig, help] } end
This page was generated for Ruby 1.9.2
Ruby-doc.org is managed by James Britt and Neurogami. Live curious.
Generated with the Rubydoc Rdoc Generator 0.9.3.