class RTXMLApp

Public Instance Methods

call(env) click to toggle source
# File rtxmlsrv2.rb, line 273
def call(env)
  [200, {'Content-Type' => 'text/xml'}, ['RT XML-RPC Service']]
end