Class: RailsVitals::Playground::Sandbox::Result
- Inherits:
-
Struct
- Object
- Struct
- RailsVitals::Playground::Sandbox::Result
- Defined in:
- lib/rails_vitals/playground/sandbox.rb
Instance Attribute Summary collapse
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#error ⇒ Object
Returns the value of attribute error.
-
#model_name ⇒ Object
Returns the value of attribute model_name.
-
#n1_patterns ⇒ Object
Returns the value of attribute n1_patterns.
-
#queries ⇒ Object
Returns the value of attribute queries.
-
#query_count ⇒ Object
Returns the value of attribute query_count.
-
#record_count ⇒ Object
Returns the value of attribute record_count.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
19 20 21 |
# File 'lib/rails_vitals/playground/sandbox.rb', line 19 def duration_ms @duration_ms end |
#error ⇒ Object
Returns the value of attribute error
19 20 21 |
# File 'lib/rails_vitals/playground/sandbox.rb', line 19 def error @error end |
#model_name ⇒ Object
Returns the value of attribute model_name
19 20 21 |
# File 'lib/rails_vitals/playground/sandbox.rb', line 19 def model_name @model_name end |
#n1_patterns ⇒ Object
Returns the value of attribute n1_patterns
19 20 21 |
# File 'lib/rails_vitals/playground/sandbox.rb', line 19 def n1_patterns @n1_patterns end |
#queries ⇒ Object
Returns the value of attribute queries
19 20 21 |
# File 'lib/rails_vitals/playground/sandbox.rb', line 19 def queries @queries end |
#query_count ⇒ Object
Returns the value of attribute query_count
19 20 21 |
# File 'lib/rails_vitals/playground/sandbox.rb', line 19 def query_count @query_count end |
#record_count ⇒ Object
Returns the value of attribute record_count
19 20 21 |
# File 'lib/rails_vitals/playground/sandbox.rb', line 19 def record_count @record_count end |
#score ⇒ Object
Returns the value of attribute score
19 20 21 |
# File 'lib/rails_vitals/playground/sandbox.rb', line 19 def score @score end |