Class: Mxrb::Oql::PlanFinding

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/oql/plan_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexesObject (readonly)

Returns the value of attribute indexes

Returns:

  • (Object)

    the current value of indexes



5
6
7
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5

def indexes
  @indexes
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5

def message
  @message
end

#metricsObject (readonly)

Returns the value of attribute metrics

Returns:

  • (Object)

    the current value of metrics



5
6
7
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5

def metrics
  @metrics
end

#node_typeObject (readonly)

Returns the value of attribute node_type

Returns:

  • (Object)

    the current value of node_type



5
6
7
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5

def node_type
  @node_type
end

#relationObject (readonly)

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



5
6
7
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5

def relation
  @relation
end

#ruleObject (readonly)

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



5
6
7
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5

def rule
  @rule
end

#severityObject (readonly)

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



5
6
7
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5

def severity
  @severity
end

#suggestionObject (readonly)

Returns the value of attribute suggestion

Returns:

  • (Object)

    the current value of suggestion



5
6
7
# File 'lib/mxrb/oql/plan_analyzer.rb', line 5

def suggestion
  @suggestion
end