Method: Cinch::Bot#last_connection_was_successful

Defined in:
lib/cinch/bot.rb

#last_connection_was_successfulBoolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


98
99
100
# File 'lib/cinch/bot.rb', line 98

def last_connection_was_successful
  @last_connection_was_successful
end