module Cassie::ConnectionHandler::Logging::SessionConnectEvent::Inspector

Public Instance Methods

inspect() click to toggle source
# File lib/cassie/connection_handler/logging/session_connect_event.rb, line 17
def inspect
  "(#{fetch(:duration).round(1)}ms) Session opened to Cassandra cluster. Keyspace: #{fetch(:keyspace)}"
end
to_s() click to toggle source
# File lib/cassie/connection_handler/logging/session_connect_event.rb, line 21
def to_s
  inspect
end