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



5
6
7
# File 'lib/occams-record/measureable.rb', line 5

def sql
  @sql
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



5
6
7
# File 'lib/occams-record/measureable.rb', line 5

def table_name
  @table_name
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



5
6
7
# File 'lib/occams-record/measureable.rb', line 5

def time
  @time
end