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
2 3 4 |
# File 'lib/occams-record/measureable.rb', line 2 def queries @queries end |
#total_time ⇒ Object
Returns the value of attribute total_time
2 3 4 |
# File 'lib/occams-record/measureable.rb', line 2 def total_time @total_time end |