Class: Enconvert::V2::WatcherSummary
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::WatcherSummary
- Defined in:
- lib/enconvert/v2_results.rb
Overview
Compact watcher row from list_watchers.
Instance Attribute Summary collapse
-
#checks_count ⇒ Object
Returns the value of attribute checks_count.
-
#consecutive_errors ⇒ Object
Returns the value of attribute consecutive_errors.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#frequency_minutes ⇒ Object
Returns the value of attribute frequency_minutes.
-
#last_change_at ⇒ Object
Returns the value of attribute last_change_at.
-
#last_check_at ⇒ Object
Returns the value of attribute last_check_at.
-
#next_check_at ⇒ Object
Returns the value of attribute next_check_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#url ⇒ Object
Returns the value of attribute url.
-
#watcher_id ⇒ Object
Returns the value of attribute watcher_id.
Instance Attribute Details
#checks_count ⇒ Object
Returns the value of attribute checks_count
129 130 131 |
# File 'lib/enconvert/v2_results.rb', line 129 def checks_count @checks_count end |
#consecutive_errors ⇒ Object
Returns the value of attribute consecutive_errors
129 130 131 |
# File 'lib/enconvert/v2_results.rb', line 129 def consecutive_errors @consecutive_errors end |
#created_at ⇒ Object
Returns the value of attribute created_at
129 130 131 |
# File 'lib/enconvert/v2_results.rb', line 129 def created_at @created_at end |
#frequency_minutes ⇒ Object
Returns the value of attribute frequency_minutes
129 130 131 |
# File 'lib/enconvert/v2_results.rb', line 129 def frequency_minutes @frequency_minutes end |
#last_change_at ⇒ Object
Returns the value of attribute last_change_at
129 130 131 |
# File 'lib/enconvert/v2_results.rb', line 129 def last_change_at @last_change_at end |
#last_check_at ⇒ Object
Returns the value of attribute last_check_at
129 130 131 |
# File 'lib/enconvert/v2_results.rb', line 129 def last_check_at @last_check_at end |
#next_check_at ⇒ Object
Returns the value of attribute next_check_at
129 130 131 |
# File 'lib/enconvert/v2_results.rb', line 129 def next_check_at @next_check_at end |
#status ⇒ Object
Returns the value of attribute status
129 130 131 |
# File 'lib/enconvert/v2_results.rb', line 129 def status @status end |
#url ⇒ Object
Returns the value of attribute url
129 130 131 |
# File 'lib/enconvert/v2_results.rb', line 129 def url @url end |
#watcher_id ⇒ Object
Returns the value of attribute watcher_id
129 130 131 |
# File 'lib/enconvert/v2_results.rb', line 129 def watcher_id @watcher_id end |