Class: IControl::LocalLB::Monitor::UserDefinedStringValue
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::Monitor::UserDefinedStringValue
- Defined in:
- lib/icontrol/local_lb/monitor.rb,
lib/icontrol/local_lb/monitor.rb
Overview
A struct that describe an user-defined string name and value.
Instance Attribute Summary collapse
-
#name ⇒ String
The user-defined string property name.
-
#value ⇒ String
The user-defined string property value.
Instance Attribute Details
#name ⇒ String
The user-defined string property name.
446 447 448 |
# File 'lib/icontrol/local_lb/monitor.rb', line 446 def name @name end |
#value ⇒ String
The user-defined string property value.
446 447 448 |
# File 'lib/icontrol/local_lb/monitor.rb', line 446 def value @value end |