Class: SourceMonitor::ImportSessions::Wizard::HealthCheckResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#current_stepObject

Returns the value of attribute current_step

Returns:

  • (Object)

    the current value of current_step



45
46
47
# File 'lib/source_monitor/import_sessions/wizard.rb', line 45

def current_step
  @current_step
end

#health_check_contextObject

Returns the value of attribute health_check_context

Returns:

  • (Object)

    the current value of 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_idsObject

Returns the value of attribute selected_source_ids

Returns:

  • (Object)

    the current value of 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_errorObject

Returns the value of attribute selection_error

Returns:

  • (Object)

    the current value of selection_error



45
46
47
# File 'lib/source_monitor/import_sessions/wizard.rb', line 45

def selection_error
  @selection_error
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



45
46
47
# File 'lib/source_monitor/import_sessions/wizard.rb', line 45

def status
  @status
end

Instance Method Details

#blocked?Boolean

Returns:

  • (Boolean)


53
54
55
# File 'lib/source_monitor/import_sessions/wizard.rb', line 53

def blocked?
  status == :blocked
end