Class: Mxrb::Oql::PlanFinding
- Inherits:
-
Data
- Object
- Data
- Mxrb::Oql::PlanFinding
- Defined in:
- lib/mxrb/oql/plan_analyzer.rb
Instance Attribute Summary collapse
-
#indexes ⇒ Object
readonly
Returns the value of attribute indexes.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#metrics ⇒ Object
readonly
Returns the value of attribute metrics.
-
#node_type ⇒ Object
readonly
Returns the value of attribute node_type.
-
#relation ⇒ Object
readonly
Returns the value of attribute relation.
-
#rule ⇒ Object
readonly
Returns the value of attribute rule.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
-
#suggestion ⇒ Object
readonly
Returns the value of attribute suggestion.
Instance Attribute Details
#indexes ⇒ Object (readonly)
Returns the value of attribute indexes
5 6 7 |
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5 def indexes @indexes end |
#message ⇒ Object (readonly)
Returns the value of attribute message
5 6 7 |
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5 def @message end |
#metrics ⇒ Object (readonly)
Returns the value of attribute metrics
5 6 7 |
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5 def metrics @metrics end |
#node_type ⇒ Object (readonly)
Returns the value of attribute node_type
5 6 7 |
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5 def node_type @node_type end |
#relation ⇒ Object (readonly)
Returns the value of attribute relation
5 6 7 |
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5 def relation @relation end |
#rule ⇒ Object (readonly)
Returns the value of attribute rule
5 6 7 |
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5 def rule @rule end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
5 6 7 |
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5 def severity @severity end |
#suggestion ⇒ Object (readonly)
Returns the value of attribute suggestion
5 6 7 |
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5 def suggestion @suggestion end |