Method: Rbeapi::Client::Node#refresh

Defined in:
lib/rbeapi/client.rb

#refreshObject

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