class Protobuf::Rpc::Service

def rpc_method?(name)


Convenience method to get back to class method.
def rpc_method?(name)
  self.class.rpc_method?(name)
end