Class: IControl::Management::ZoneRunner
- Inherits:
-
Base
- Object
- Base
- IControl::Management::ZoneRunner
- Defined in:
- lib/icontrol/management/zone_runner.rb,
lib/icontrol/management.rb
Overview
The ZoneRunner interface handles all the top level calls
Instance Method Summary collapse
-
#init ⇒ Object
(re)init ZoneRunner instructs ZoneRunner to re-read named.conf and rebuild its internal data structures based on contents.
-
#set_loglevel ⇒ Object
Set the logging leve for messages.
-
#version ⇒ String
Gets the version information for this interface.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class IControl::Base
Instance Method Details
#init ⇒ Object
(re)init ZoneRunner instructs ZoneRunner to re-read named.conf and rebuild its internal data structures based on contents
23 24 25 |
# File 'lib/icontrol/management/zone_runner.rb', line 23 def init super end |
#set_loglevel ⇒ Object
Set the logging leve for messages
33 34 35 |
# File 'lib/icontrol/management/zone_runner.rb', line 33 def set_loglevel super end |
#version ⇒ String
Gets the version information for this interface.
12 13 14 |
# File 'lib/icontrol/management/zone_runner.rb', line 12 def version super end |