Method: QBWC::Controller#close_connection

Defined in:
lib/qbwc/controller.rb

#close_connectionObject



149
150
151
152
# File 'lib/qbwc/controller.rb', line 149

def close_connection
  @session.destroy
  render :soap => {'tns:closeConnectionResult' => 'OK'}
end