Class: Txray::Rule
- Inherits:
-
Struct
- Object
- Struct
- Txray::Rule
- Defined in:
- lib/txray/rule.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#remedy ⇒ Object
Returns the value of attribute remedy.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
4 5 6 |
# File 'lib/txray/rule.rb', line 4 def category @category end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/txray/rule.rb', line 4 def id @id end |
#message ⇒ Object
Returns the value of attribute message
4 5 6 |
# File 'lib/txray/rule.rb', line 4 def @message end |
#remedy ⇒ Object
Returns the value of attribute remedy
4 5 6 |
# File 'lib/txray/rule.rb', line 4 def remedy @remedy end |
#severity ⇒ Object
Returns the value of attribute severity
4 5 6 |
# File 'lib/txray/rule.rb', line 4 def severity @severity end |