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
-
#definition ⇒ NamespaceDefinition
Returns a list of namespace definitions for this namespace.
-
#list ⇒ String
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
#definition ⇒ NamespaceDefinition
Returns a list of namespace definitions for this namespace.
12 13 14 |
# File 'lib/icontrol/arx/namespace.rb', line 12 def definition super end |
#list ⇒ String
Returns the list of configured namespace.
20 21 22 |
# File 'lib/icontrol/arx/namespace.rb', line 20 def list super end |