Class: SourceMonitor::ImportSessions::Wizard::HealthCheckContext
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::ImportSessions::Wizard::HealthCheckContext
- Defined in:
- lib/source_monitor/import_sessions/wizard.rb
Instance Attribute Summary collapse
-
#health_check_entries ⇒ Object
Returns the value of attribute health_check_entries.
-
#health_check_target_ids ⇒ Object
Returns the value of attribute health_check_target_ids.
-
#health_progress ⇒ Object
Returns the value of attribute health_progress.
-
#selected_source_ids ⇒ Object
Returns the value of attribute selected_source_ids.
Instance Attribute Details
#health_check_entries ⇒ Object
Returns the value of attribute 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_ids ⇒ Object
Returns the value of attribute 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_progress ⇒ Object
Returns the value of attribute health_progress
58 59 60 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 58 def health_progress @health_progress end |
#selected_source_ids ⇒ Object
Returns the value of attribute selected_source_ids
58 59 60 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 58 def selected_source_ids @selected_source_ids end |