210
211
212
213
214
215
216
|
# File 'lib/gooddata/rest/client.rb', line 210
def disconnect
if stats_on?
GoodData.logger.info("API call statistics to server #{@connection.server}")
GoodData.logger.info(@connection.stats_table.to_s)
end
@connection.disconnect
end
|