Class: Enconvert::V2::WatcherSummary

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

Overview

Compact watcher row from list_watchers.

Instance Attribute Summary collapse

Instance Attribute Details

#checks_countObject

Returns the value of attribute checks_count

Returns:

  • (Object)

    the current value of checks_count



115
116
117
# File 'lib/enconvert/v2_results.rb', line 115

def checks_count
  @checks_count
end

#consecutive_errorsObject

Returns the value of attribute consecutive_errors

Returns:

  • (Object)

    the current value of consecutive_errors



115
116
117
# File 'lib/enconvert/v2_results.rb', line 115

def consecutive_errors
  @consecutive_errors
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



115
116
117
# File 'lib/enconvert/v2_results.rb', line 115

def created_at
  @created_at
end

#frequency_minutesObject

Returns the value of attribute frequency_minutes

Returns:

  • (Object)

    the current value of frequency_minutes



115
116
117
# File 'lib/enconvert/v2_results.rb', line 115

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



115
116
117
# File 'lib/enconvert/v2_results.rb', line 115

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



115
116
117
# File 'lib/enconvert/v2_results.rb', line 115

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



115
116
117
# File 'lib/enconvert/v2_results.rb', line 115

def next_check_at
  @next_check_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



115
116
117
# File 'lib/enconvert/v2_results.rb', line 115

def status
  @status
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



115
116
117
# File 'lib/enconvert/v2_results.rb', line 115

def url
  @url
end

#watcher_idObject

Returns the value of attribute watcher_id

Returns:

  • (Object)

    the current value of watcher_id



115
116
117
# File 'lib/enconvert/v2_results.rb', line 115

def watcher_id
  @watcher_id
end