Class: Mxrb::Oql::WorkloadDelta

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

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject (readonly)

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



8
9
10
# File 'lib/mxrb/oql/workload_baseline.rb', line 8

def after
  @after
end

#beforeObject (readonly)

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



8
9
10
# File 'lib/mxrb/oql/workload_baseline.rb', line 8

def before
  @before
end

#change_percentObject (readonly)

Returns the value of attribute change_percent

Returns:

  • (Object)

    the current value of change_percent



8
9
10
# File 'lib/mxrb/oql/workload_baseline.rb', line 8

def change_percent
  @change_percent
end

#metricObject (readonly)

Returns the value of attribute metric

Returns:

  • (Object)

    the current value of metric



8
9
10
# File 'lib/mxrb/oql/workload_baseline.rb', line 8

def metric
  @metric
end

#query_idObject (readonly)

Returns the value of attribute query_id

Returns:

  • (Object)

    the current value of query_id



8
9
10
# File 'lib/mxrb/oql/workload_baseline.rb', line 8

def query_id
  @query_id
end