Class: IControl::ARX::FileServer
- Inherits:
-
Base
- Object
- Base
- IControl::ARX::FileServer
- Defined in:
- lib/icontrol/arx/file_server.rb,
lib/icontrol/arx.rb
Overview
The FileServer Interface lets applications retrieve ARX file server information.
Instance Method Summary (collapse)
-
- (FileServerDefinition) definition
Returns a list of file server definitions for this file servers.
-
- (String) list
Returns the list of file server names.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class IControl::Base
Instance Method Details
- (FileServerDefinition) definition
Returns a list of file server definitions for this file servers.
12 13 14 |
# File 'lib/icontrol/arx/file_server.rb', line 12 def definition super end |
- (String) list
Returns the list of file server names.
20 21 22 |
# File 'lib/icontrol/arx/file_server.rb', line 20 def list super end |