Class: IControl::ASM::ViolationSeverity
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::ViolationSeverity
- Defined in:
- lib/icontrol/asm.rb,
lib/icontrol/asm.rb
Overview
A struct that represents severity settings of a violation.
Instance Attribute Summary collapse
-
#severity_name ⇒ IControl::ASM::SeverityName
The name of the severity.
-
#violation_name ⇒ IControl::ASM::ViolationName
The name of the violation.
Instance Attribute Details
#severity_name ⇒ IControl::ASM::SeverityName
The name of the severity.
113 114 115 |
# File 'lib/icontrol/asm.rb', line 113 def severity_name @severity_name end |
#violation_name ⇒ IControl::ASM::ViolationName
The name of the violation.
113 114 115 |
# File 'lib/icontrol/asm.rb', line 113 def violation_name @violation_name end |