Class: Enconvert::V2::Watcher
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::Watcher
- Defined in:
- lib/enconvert/v2_results.rb
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.
-
#diff_mode ⇒ Object
Returns the value of attribute diff_mode.
-
#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.
-
#notify_email ⇒ Object
Returns the value of attribute notify_email.
-
#status ⇒ Object
Returns the value of attribute status.
-
#track_fields ⇒ Object
Returns the value of attribute track_fields.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#url ⇒ Object
Returns the value of attribute url.
-
#watcher_id ⇒ Object
Returns the value of attribute watcher_id.
-
#webhook_url ⇒ Object
Returns the value of attribute webhook_url.
Instance Attribute Details
#checks_count ⇒ Object
Returns the value of attribute checks_count
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def checks_count @checks_count end |
#consecutive_errors ⇒ Object
Returns the value of attribute consecutive_errors
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def consecutive_errors @consecutive_errors end |
#created_at ⇒ Object
Returns the value of attribute created_at
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def created_at @created_at end |
#diff_mode ⇒ Object
Returns the value of attribute diff_mode
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def diff_mode @diff_mode end |
#frequency_minutes ⇒ Object
Returns the value of attribute frequency_minutes
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def frequency_minutes @frequency_minutes end |
#last_change_at ⇒ Object
Returns the value of attribute last_change_at
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def last_change_at @last_change_at end |
#last_check_at ⇒ Object
Returns the value of attribute last_check_at
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def last_check_at @last_check_at end |
#next_check_at ⇒ Object
Returns the value of attribute next_check_at
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def next_check_at @next_check_at end |
#notify_email ⇒ Object
Returns the value of attribute notify_email
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def notify_email @notify_email end |
#status ⇒ Object
Returns the value of attribute status
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def status @status end |
#track_fields ⇒ Object
Returns the value of attribute track_fields
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def track_fields @track_fields end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def updated_at @updated_at end |
#url ⇒ Object
Returns the value of attribute url
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def url @url end |
#watcher_id ⇒ Object
Returns the value of attribute watcher_id
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def watcher_id @watcher_id end |
#webhook_url ⇒ Object
Returns the value of attribute webhook_url
107 108 109 |
# File 'lib/enconvert/v2_results.rb', line 107 def webhook_url @webhook_url end |