Method: Mongo::Server#update_description
- Defined in:
- lib/mongo/server.rb
#update_description(description) ⇒ Object
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.
593 594 595 |
# File 'lib/mongo/server.rb', line 593 def update_description(description) @description = description end |