Method: RubyPitaya::EtcdConnector#disconnect
- Defined in:
- lib/rubypitaya/core/etcd_connector.rb
#disconnect ⇒ Object
43 44 45 46 |
# File 'lib/rubypitaya/core/etcd_connector.rb', line 43 def disconnect stop_renew_connection @connection.del(get_connection_key) end |