Class: IControl::ARX::NamespaceDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::NamespaceDefinition
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains the details of a namespace.
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the namespace.
-
#name ⇒ String
The namespace’s name.
-
#protocols ⇒ IControl::ARX::ProtocolDefinitionSequence
A list of protocols configured for this namespace.
-
#status ⇒ IControl::ARX::ARXStatusType
The namespace’s status.
Instance Attribute Details
#description ⇒ String
A description of the namespace.
183 184 185 |
# File 'lib/icontrol/arx.rb', line 183 def description @description end |
#name ⇒ String
The namespace’s name.
183 184 185 |
# File 'lib/icontrol/arx.rb', line 183 def name @name end |
#protocols ⇒ IControl::ARX::ProtocolDefinitionSequence
A list of protocols configured for this namespace.
183 184 185 |
# File 'lib/icontrol/arx.rb', line 183 def protocols @protocols end |
#status ⇒ IControl::ARX::ARXStatusType
The namespace’s status.
183 184 185 |
# File 'lib/icontrol/arx.rb', line 183 def status @status end |