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