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
115 116 117 |
# File 'lib/enconvert/v2_results.rb', line 115 def checks_count @checks_count end |
#consecutive_errors ⇒ Object
Returns the value of attribute consecutive_errors
115 116 117 |
# File 'lib/enconvert/v2_results.rb', line 115 def consecutive_errors @consecutive_errors end |
#created_at ⇒ Object
Returns the value of attribute created_at
115 116 117 |
# File 'lib/enconvert/v2_results.rb', line 115 def created_at @created_at end |
#frequency_minutes ⇒ Object
Returns the value of attribute frequency_minutes
115 116 117 |
# File 'lib/enconvert/v2_results.rb', line 115 def frequency_minutes @frequency_minutes end |
#last_change_at ⇒ Object
Returns the value of attribute last_change_at
115 116 117 |
# File 'lib/enconvert/v2_results.rb', line 115 def last_change_at @last_change_at end |
#last_check_at ⇒ Object
Returns the value of attribute last_check_at
115 116 117 |
# File 'lib/enconvert/v2_results.rb', line 115 def last_check_at @last_check_at end |
#next_check_at ⇒ Object
Returns the value of attribute next_check_at
115 116 117 |
# File 'lib/enconvert/v2_results.rb', line 115 def next_check_at @next_check_at end |
#status ⇒ Object
Returns the value of attribute status
115 116 117 |
# File 'lib/enconvert/v2_results.rb', line 115 def status @status end |
#url ⇒ Object
Returns the value of attribute url
115 116 117 |
# File 'lib/enconvert/v2_results.rb', line 115 def url @url end |
#watcher_id ⇒ Object
Returns the value of attribute watcher_id
115 116 117 |
# File 'lib/enconvert/v2_results.rb', line 115 def watcher_id @watcher_id end |