Class: IControl::Management::DBVariable::VariableNameValue
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::DBVariable::VariableNameValue
- Defined in:
- lib/icontrol/management/db_variable.rb,
lib/icontrol/management/db_variable.rb
Overview
A struct that describes the name and value of a database variable.
Instance Attribute Summary (collapse)
-
- (String) name
The key name.
-
- (String) value
The key value.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) name
The key name.
93 94 95 |
# File 'lib/icontrol/management/db_variable.rb', line 93 def name @name end |
- (String) value
The key value.
93 94 95 |
# File 'lib/icontrol/management/db_variable.rb', line 93 def value @value end |