XMLRPC::Service::BasicInterface
# File xmlrpc/utils.rb, line 134 def initialize(prefix) super(prefix) end
# File xmlrpc/utils.rb, line 138 def get_methods(obj, delim=".") prefix = @prefix + delim obj.class.public_instance_methods(false).collect { |name| [prefix + name.to_s, obj.method(name).to_proc, nil, nil] } end
This page was generated for Ruby 2.2.10
Generated with Ruby-doc Rdoc Generator 0.44.0.