Method: Rbeapi::Client::Node#refresh
- Defined in:
- lib/rbeapi/client.rb
#refresh ⇒ Object
Forces both the running-config and startup-config to be refreshed on the next call to those properties.
553 554 555 556 |
# File 'lib/rbeapi/client.rb', line 553 def refresh @running_config = nil @startup_config = nil end |