Class: OccamsRecord::Measurements
- Inherits:
-
Struct
- Object
- Struct
- OccamsRecord::Measurements
- Defined in:
- lib/occams-record/measureable.rb
Instance Attribute Summary collapse
-
#queries ⇒ Object
Returns the value of attribute queries.
-
#total_time ⇒ Object
Returns the value of attribute total_time.
Instance Attribute Details
#queries ⇒ Object
Returns the value of attribute queries
4 5 6 |
# File 'lib/occams-record/measureable.rb', line 4 def queries @queries end |
#total_time ⇒ Object
Returns the value of attribute total_time
4 5 6 |
# File 'lib/occams-record/measureable.rb', line 4 def total_time @total_time end |