Method: Rbeapi::Api::Entity#config
- Defined in:
-
lib/rbeapi/api.rb,
lib/rbeapi/api.rb
Returns the running configuration from the node instance. This is a convenience method to easily access the current running config from an API module.
78 79 80 |
# File 'lib/rbeapi/api.rb', line 78 def config @config end |