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