Class: Mxrb::Oql::WorkloadDelta
- Inherits:
-
Data
- Object
- Data
- Mxrb::Oql::WorkloadDelta
- Defined in:
- lib/mxrb/oql/workload_baseline.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
readonly
Returns the value of attribute after.
-
#before ⇒ Object
readonly
Returns the value of attribute before.
-
#change_percent ⇒ Object
readonly
Returns the value of attribute change_percent.
-
#metric ⇒ Object
readonly
Returns the value of attribute metric.
-
#query_id ⇒ Object
readonly
Returns the value of attribute query_id.
Instance Attribute Details
#after ⇒ Object (readonly)
Returns the value of attribute after
8 9 10 |
# File 'lib/mxrb/oql/workload_baseline.rb', line 8 def after @after end |
#before ⇒ Object (readonly)
Returns the value of attribute before
8 9 10 |
# File 'lib/mxrb/oql/workload_baseline.rb', line 8 def before @before end |
#change_percent ⇒ Object (readonly)
Returns the value of attribute change_percent
8 9 10 |
# File 'lib/mxrb/oql/workload_baseline.rb', line 8 def change_percent @change_percent end |
#metric ⇒ Object (readonly)
Returns the value of attribute metric
8 9 10 |
# File 'lib/mxrb/oql/workload_baseline.rb', line 8 def metric @metric end |
#query_id ⇒ Object (readonly)
Returns the value of attribute query_id
8 9 10 |
# File 'lib/mxrb/oql/workload_baseline.rb', line 8 def query_id @query_id end |