Class: RTXMLApp

Inherits:
Object
  • Object
show all
Defined in:
rtxmlsrv2.rb

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



273
274
275
# File 'rtxmlsrv2.rb', line 273

def call(env)
  [200, {'Content-Type' => 'text/xml'}, ['RT XML-RPC Service']]
end