Class: SourceMonitor::ImportSessions::Wizard::HealthCheckResult
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::ImportSessions::Wizard::HealthCheckResult
- Defined in:
- lib/source_monitor/import_sessions/wizard.rb
Instance Attribute Summary collapse
-
#current_step ⇒ Object
Returns the value of attribute current_step.
-
#health_check_context ⇒ Object
Returns the value of attribute health_check_context.
-
#selected_source_ids ⇒ Object
Returns the value of attribute selected_source_ids.
-
#selection_error ⇒ Object
Returns the value of attribute selection_error.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#current_step ⇒ Object
Returns the value of attribute current_step
45 46 47 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 45 def current_step @current_step end |
#health_check_context ⇒ Object
Returns the value of attribute health_check_context
45 46 47 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 45 def health_check_context @health_check_context end |
#selected_source_ids ⇒ Object
Returns the value of attribute selected_source_ids
45 46 47 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 45 def selected_source_ids @selected_source_ids end |
#selection_error ⇒ Object
Returns the value of attribute selection_error
45 46 47 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 45 def selection_error @selection_error end |
#status ⇒ Object
Returns the value of attribute status
45 46 47 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 45 def status @status end |
Instance Method Details
#blocked? ⇒ Boolean
53 54 55 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 53 def blocked? status == :blocked end |