Class: IControl::ARX::Namespace

Inherits:
Base
  • Object
show all
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

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class IControl::Base

Instance Method Details

#definitionNamespaceDefinition

Returns a list of namespace definitions for this namespace.

Returns:



12
13
14
# File 'lib/icontrol/arx/namespace.rb', line 12

def definition
  super
end

#listString

Returns the list of configured namespace.

Returns:

  • (String)


20
21
22
# File 'lib/icontrol/arx/namespace.rb', line 20

def list
  super
end