Method: Mongo::Socket#timeout
- Defined in:
- lib/mongo/socket.rb
#timeout ⇒ Float (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.
Returns timeout The socket timeout.
87 88 89 |
# File 'lib/mongo/socket.rb', line 87 def timeout @timeout end |