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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of time



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

def time
  @time
end