Class: Enconvert::V2::Watcher

Inherits:
Struct
  • Object
show all
Defined in:
lib/enconvert/v2_results.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checks_countObject

Returns the value of attribute checks_count

Returns:

  • (Object)

    the current value of checks_count



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def checks_count
  @checks_count
end

#consecutive_errorsObject

Returns the value of attribute consecutive_errors

Returns:

  • (Object)

    the current value of consecutive_errors



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def consecutive_errors
  @consecutive_errors
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def created_at
  @created_at
end

#diff_modeObject

Returns the value of attribute diff_mode

Returns:

  • (Object)

    the current value of diff_mode



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def diff_mode
  @diff_mode
end

#frequency_minutesObject

Returns the value of attribute frequency_minutes

Returns:

  • (Object)

    the current value of frequency_minutes



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def frequency_minutes
  @frequency_minutes
end

#last_change_atObject

Returns the value of attribute last_change_at

Returns:

  • (Object)

    the current value of last_change_at



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def last_change_at
  @last_change_at
end

#last_check_atObject

Returns the value of attribute last_check_at

Returns:

  • (Object)

    the current value of last_check_at



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def last_check_at
  @last_check_at
end

#next_check_atObject

Returns the value of attribute next_check_at

Returns:

  • (Object)

    the current value of next_check_at



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def next_check_at
  @next_check_at
end

#notify_emailObject

Returns the value of attribute notify_email

Returns:

  • (Object)

    the current value of notify_email



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def notify_email
  @notify_email
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def status
  @status
end

#track_fieldsObject

Returns the value of attribute track_fields

Returns:

  • (Object)

    the current value of track_fields



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def track_fields
  @track_fields
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def updated_at
  @updated_at
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def url
  @url
end

#watcher_idObject

Returns the value of attribute watcher_id

Returns:

  • (Object)

    the current value of watcher_id



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def watcher_id
  @watcher_id
end

#webhook_urlObject

Returns the value of attribute webhook_url

Returns:

  • (Object)

    the current value of webhook_url



107
108
109
# File 'lib/enconvert/v2_results.rb', line 107

def webhook_url
  @webhook_url
end