Class: IControl::LocalLB::MatchPatternString
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::MatchPatternString
- Defined in:
- lib/icontrol/local_lb.rb,
lib/icontrol/local_lb.rb
Overview
A struct that describes a pattern, represented either as a glob or a regular expression.
Instance Attribute Summary collapse
-
#is_glob ⇒ Object
The flag to indicate whether this is a glob or a regular expression.
-
#pattern ⇒ String
The match pattern string.
Instance Attribute Details
#is_glob ⇒ Object
The flag to indicate whether this is a glob or a regular expression.
212 213 214 |
# File 'lib/icontrol/local_lb.rb', line 212 def is_glob @is_glob end |
#pattern ⇒ String
The match pattern string.
212 213 214 |
# File 'lib/icontrol/local_lb.rb', line 212 def pattern @pattern end |