Method: Rbeapi::Api::Entity#config

Defined in:
lib/rbeapi/api.rb,
lib/rbeapi/api.rb

#configString (readonly)

Returns the running configuration from the node instance. This is a convenience method to easily access the current running config from an API module.

Returns:

  • (String)

    The current running-config from the node.



78
79
80
# File 'lib/rbeapi/api.rb', line 78

def config
  @config
end