Class: IControl::GlobalLB::Monitor::StringValue
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Monitor::StringValue
- Defined in:
- lib/icontrol/global_lb/monitor.rb,
lib/icontrol/global_lb/monitor.rb
Overview
A struct that describe a string type and value.
Instance Attribute Summary collapse
-
#type ⇒ IControl::GlobalLB::Monitor::StrPropertyType
The string property type.
-
#value ⇒ String
The string property value.
Instance Attribute Details
#type ⇒ IControl::GlobalLB::Monitor::StrPropertyType
The string property type.
467 468 469 |
# File 'lib/icontrol/global_lb/monitor.rb', line 467 def type @type end |
#value ⇒ String
The string property value.
467 468 469 |
# File 'lib/icontrol/global_lb/monitor.rb', line 467 def value @value end |