lib/mongo/event/description_changed.rb in mongo-2.5.3 vs lib/mongo/event/description_changed.rb in mongo-2.6.0
- old
+ new
@@ -1,7 +1,7 @@
-# Copyright (C) 2014-2017 MongoDB, Inc.
+# Copyright (C) 2014-2018 MongoDB, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
@@ -17,10 +17,10 @@
module Event
# This handles a change in description.
#
# @since 2.0.6
- class DescriptionChanged
+ class DescriptionChanged < Base
include Monitoring::Publishable
# @return [ Mongo::Cluster ] cluster The cluster.
attr_reader :cluster