Class: OccamsRecord::Measurement

Inherits:
Struct
  • Object
show all
Defined in:
lib/occams-record/measureable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sqlObject

Returns the value of attribute sql



3
4
5
# File 'lib/occams-record/measureable.rb', line 3

def sql
  @sql
end

#table_nameObject

Returns the value of attribute table_name



3
4
5
# File 'lib/occams-record/measureable.rb', line 3

def table_name
  @table_name
end

#timeObject

Returns the value of attribute time



3
4
5
# File 'lib/occams-record/measureable.rb', line 3

def time
  @time
end