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