class Seahorse::Client::AsyncBase

def close_connection

Returns:
  • (Symbol) - Returns the status of the connection (:closed)
def close_connection
  @connection.close!
end