Method: Mongo::Server::RoundTripTimeCalculator#last_round_trip_time

Defined in:
lib/mongo/server/round_trip_time_calculator.rb

#last_round_trip_timeObject (readonly)

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.

Since:

  • 2.0.0



42
43
44
# File 'lib/mongo/server/round_trip_time_calculator.rb', line 42

def last_round_trip_time
  @last_round_trip_time
end