Class: PageTimings

Inherits:
Struct
  • Object
show all
Defined in:
app/controllers/concerns/page_timings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



3
4
5
# File 'app/controllers/concerns/page_timings.rb', line 3

def end_time
  @end_time
end

#selected_response_rangeObject

Returns the value of attribute selected_response_range

Returns:

  • (Object)

    the current value of selected_response_range



3
4
5
# File 'app/controllers/concerns/page_timings.rb', line 3

def selected_response_range
  @selected_response_range
end

#selected_time_rangeObject

Returns the value of attribute selected_time_range

Returns:

  • (Object)

    the current value of selected_time_range



3
4
5
# File 'app/controllers/concerns/page_timings.rb', line 3

def selected_time_range
  @selected_time_range
end

#start_durationObject

Returns the value of attribute start_duration

Returns:

  • (Object)

    the current value of start_duration



3
4
5
# File 'app/controllers/concerns/page_timings.rb', line 3

def start_duration
  @start_duration
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



3
4
5
# File 'app/controllers/concerns/page_timings.rb', line 3

def start_time
  @start_time
end

#table_end_timeObject

Returns the value of attribute table_end_time

Returns:

  • (Object)

    the current value of table_end_time



3
4
5
# File 'app/controllers/concerns/page_timings.rb', line 3

def table_end_time
  @table_end_time
end

#table_start_timeObject

Returns the value of attribute table_start_time

Returns:

  • (Object)

    the current value of table_start_time



3
4
5
# File 'app/controllers/concerns/page_timings.rb', line 3

def table_start_time
  @table_start_time
end

#time_diff_hoursObject

Returns the value of attribute time_diff_hours

Returns:

  • (Object)

    the current value of time_diff_hours



3
4
5
# File 'app/controllers/concerns/page_timings.rb', line 3

def time_diff_hours
  @time_diff_hours
end

#zoom_endObject

Returns the value of attribute zoom_end

Returns:

  • (Object)

    the current value of zoom_end



3
4
5
# File 'app/controllers/concerns/page_timings.rb', line 3

def zoom_end
  @zoom_end
end

#zoom_startObject

Returns the value of attribute zoom_start

Returns:

  • (Object)

    the current value of zoom_start



3
4
5
# File 'app/controllers/concerns/page_timings.rb', line 3

def zoom_start
  @zoom_start
end