Class: SourceMonitor::Dashboard::UpcomingFetchSchedule::Group
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Dashboard::UpcomingFetchSchedule::Group
- Defined in:
- lib/source_monitor/dashboard/upcoming_fetch_schedule.rb
Instance Attribute Summary collapse
-
#has_next_page ⇒ Object
Returns the value of attribute has_next_page.
-
#has_previous_page ⇒ Object
Returns the value of attribute has_previous_page.
-
#include_unscheduled ⇒ Object
Returns the value of attribute include_unscheduled.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#max_minutes ⇒ Object
Returns the value of attribute max_minutes.
-
#min_minutes ⇒ Object
Returns the value of attribute min_minutes.
-
#page ⇒ Object
Returns the value of attribute page.
-
#sources ⇒ Object
Returns the value of attribute sources.
-
#window_end ⇒ Object
Returns the value of attribute window_end.
-
#window_start ⇒ Object
Returns the value of attribute window_start.
Instance Method Summary collapse
Instance Attribute Details
#has_next_page ⇒ Object
Returns the value of attribute has_next_page
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def has_next_page @has_next_page end |
#has_previous_page ⇒ Object
Returns the value of attribute has_previous_page
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def has_previous_page @has_previous_page end |
#include_unscheduled ⇒ Object
Returns the value of attribute include_unscheduled
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def include_unscheduled @include_unscheduled end |
#key ⇒ Object
Returns the value of attribute key
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def key @key end |
#label ⇒ Object
Returns the value of attribute label
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def label @label end |
#max_minutes ⇒ Object
Returns the value of attribute max_minutes
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def max_minutes @max_minutes end |
#min_minutes ⇒ Object
Returns the value of attribute min_minutes
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def min_minutes @min_minutes end |
#page ⇒ Object
Returns the value of attribute page
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def page @page end |
#sources ⇒ Object
Returns the value of attribute sources
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def sources @sources end |
#window_end ⇒ Object
Returns the value of attribute window_end
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def window_end @window_end end |
#window_start ⇒ Object
Returns the value of attribute window_start
8 9 10 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 8 def window_start @window_start end |
Instance Method Details
#empty? ⇒ Boolean
22 23 24 |
# File 'lib/source_monitor/dashboard/upcoming_fetch_schedule.rb', line 22 def empty? sources.blank? end |