# File lib/mongo/monitoring/event/server_heartbeat_succeeded.rb, line 43
        def initialize(address, round_trip_time)
          @address = address
          @round_trip_time = round_trip_time
        end