Class: PageTimings
- Inherits:
-
Struct
- Object
- Struct
- PageTimings
- Defined in:
- app/controllers/concerns/page_timings.rb
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#selected_response_range ⇒ Object
Returns the value of attribute selected_response_range.
-
#selected_time_range ⇒ Object
Returns the value of attribute selected_time_range.
-
#start_duration ⇒ Object
Returns the value of attribute start_duration.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#table_end_time ⇒ Object
Returns the value of attribute table_end_time.
-
#table_start_time ⇒ Object
Returns the value of attribute table_start_time.
-
#time_diff_hours ⇒ Object
Returns the value of attribute time_diff_hours.
-
#zoom_end ⇒ Object
Returns the value of attribute zoom_end.
-
#zoom_start ⇒ Object
Returns the value of attribute zoom_start.
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time
3 4 5 |
# File 'app/controllers/concerns/page_timings.rb', line 3 def end_time @end_time end |
#selected_response_range ⇒ Object
Returns the value of attribute 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_range ⇒ Object
Returns the value of attribute selected_time_range
3 4 5 |
# File 'app/controllers/concerns/page_timings.rb', line 3 def selected_time_range @selected_time_range end |
#start_duration ⇒ Object
Returns the value of attribute start_duration
3 4 5 |
# File 'app/controllers/concerns/page_timings.rb', line 3 def start_duration @start_duration end |
#start_time ⇒ Object
Returns the value of attribute start_time
3 4 5 |
# File 'app/controllers/concerns/page_timings.rb', line 3 def start_time @start_time end |
#table_end_time ⇒ Object
Returns the value of attribute 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_time ⇒ Object
Returns the value of attribute 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_hours ⇒ Object
Returns the value of attribute time_diff_hours
3 4 5 |
# File 'app/controllers/concerns/page_timings.rb', line 3 def time_diff_hours @time_diff_hours end |
#zoom_end ⇒ Object
Returns the value of attribute zoom_end
3 4 5 |
# File 'app/controllers/concerns/page_timings.rb', line 3 def zoom_end @zoom_end end |
#zoom_start ⇒ Object
Returns the value of attribute zoom_start
3 4 5 |
# File 'app/controllers/concerns/page_timings.rb', line 3 def zoom_start @zoom_start end |