Class: Mxrb::Oql::WorkloadFinding
- Inherits:
-
Data
- Object
- Data
- Mxrb::Oql::WorkloadFinding
- Defined in:
- lib/mxrb/oql/workload_analyzer.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#metrics ⇒ Object
readonly
Returns the value of attribute metrics.
-
#rule ⇒ Object
readonly
Returns the value of attribute rule.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
-
#suggestion ⇒ Object
readonly
Returns the value of attribute suggestion.
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/mxrb/oql/workload_analyzer.rb', line 9 def @message end |
#metrics ⇒ Object (readonly)
Returns the value of attribute metrics
9 10 11 |
# File 'lib/mxrb/oql/workload_analyzer.rb', line 9 def metrics @metrics end |
#rule ⇒ Object (readonly)
Returns the value of attribute rule
9 10 11 |
# File 'lib/mxrb/oql/workload_analyzer.rb', line 9 def rule @rule end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
9 10 11 |
# File 'lib/mxrb/oql/workload_analyzer.rb', line 9 def severity @severity end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
9 10 11 |
# File 'lib/mxrb/oql/workload_analyzer.rb', line 9 def subject @subject end |
#suggestion ⇒ Object (readonly)
Returns the value of attribute suggestion
9 10 11 |
# File 'lib/mxrb/oql/workload_analyzer.rb', line 9 def suggestion @suggestion end |