Class: SourceMonitor::ImportSessions::Wizard::HealthCheckContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/import_sessions/wizard.rb

Instance Attribute Summary collapse

Instance Attribute Details

#health_check_entriesObject

Returns the value of attribute health_check_entries

Returns:

  • (Object)

    the current value of health_check_entries



58
59
60
# File 'lib/source_monitor/import_sessions/wizard.rb', line 58

def health_check_entries
  @health_check_entries
end

#health_check_target_idsObject

Returns the value of attribute health_check_target_ids

Returns:

  • (Object)

    the current value of health_check_target_ids



58
59
60
# File 'lib/source_monitor/import_sessions/wizard.rb', line 58

def health_check_target_ids
  @health_check_target_ids
end

#health_progressObject

Returns the value of attribute health_progress

Returns:

  • (Object)

    the current value of health_progress



58
59
60
# File 'lib/source_monitor/import_sessions/wizard.rb', line 58

def health_progress
  @health_progress
end

#selected_source_idsObject

Returns the value of attribute selected_source_ids

Returns:

  • (Object)

    the current value of selected_source_ids



58
59
60
# File 'lib/source_monitor/import_sessions/wizard.rb', line 58

def selected_source_ids
  @selected_source_ids
end