short-cut for creating a PublicInstanceMethodsInterface
Source Code
# File xmlrpc/utils.rb, line 152 def self.iPIMethods(prefix) Service::PublicInstanceMethodsInterface.new(prefix) end
short-cut for creating a PublicInstanceMethodsInterface
# File xmlrpc/utils.rb, line 152 def self.iPIMethods(prefix) Service::PublicInstanceMethodsInterface.new(prefix) end
<code/>and<pre/>for code samples.