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
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def checks_count @checks_count end |
#consecutive_errors ⇒ Object
Returns the value of attribute consecutive_errors
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def consecutive_errors @consecutive_errors end |
#created_at ⇒ Object
Returns the value of attribute created_at
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def created_at @created_at end |
#diff_mode ⇒ Object
Returns the value of attribute diff_mode
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def diff_mode @diff_mode end |
#frequency_minutes ⇒ Object
Returns the value of attribute frequency_minutes
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def frequency_minutes @frequency_minutes end |
#last_change_at ⇒ Object
Returns the value of attribute last_change_at
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def last_change_at @last_change_at end |
#last_check_at ⇒ Object
Returns the value of attribute last_check_at
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def last_check_at @last_check_at end |
#next_check_at ⇒ Object
Returns the value of attribute next_check_at
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def next_check_at @next_check_at end |
#notify_email ⇒ Object
Returns the value of attribute notify_email
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def notify_email @notify_email end |
#status ⇒ Object
Returns the value of attribute status
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def status @status end |
#track_fields ⇒ Object
Returns the value of attribute track_fields
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def track_fields @track_fields end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def updated_at @updated_at end |
#url ⇒ Object
Returns the value of attribute url
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def url @url end |
#watcher_id ⇒ Object
Returns the value of attribute watcher_id
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def watcher_id @watcher_id end |
#webhook_url ⇒ Object
Returns the value of attribute webhook_url
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def webhook_url @webhook_url end |