module Cassie::ConnectionHandler::Logging::ClusterConnectEvent::Inspector

Public Instance Methods

inspect() click to toggle source
# File lib/cassie/connection_handler/logging/cluster_connect_event.rb, line 22
def inspect
  "(#{fetch(:duration).round(1)}ms) Connected to Cassandra cluster. #{fetch(:name)}: #{fetch(:hosts)}"
end
to_s() click to toggle source
# File lib/cassie/connection_handler/logging/cluster_connect_event.rb, line 26
def to_s
  inspect
end