Class: SourceMonitor::ImportSessions::Wizard::PreviewResult
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::ImportSessions::Wizard::PreviewResult
- Defined in:
- lib/source_monitor/import_sessions/wizard.rb
Instance Attribute Summary collapse
-
#current_step ⇒ Object
Returns the value of attribute current_step.
-
#preview_context ⇒ Object
Returns the value of attribute preview_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.
-
#valid_ids ⇒ Object
Returns the value of attribute valid_ids.
Instance Method Summary collapse
Instance Attribute Details
#current_step ⇒ Object
Returns the value of attribute current_step
19 20 21 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 19 def current_step @current_step end |
#preview_context ⇒ Object
Returns the value of attribute preview_context
19 20 21 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 19 def preview_context @preview_context end |
#selected_source_ids ⇒ Object
Returns the value of attribute selected_source_ids
19 20 21 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 19 def selected_source_ids @selected_source_ids end |
#selection_error ⇒ Object
Returns the value of attribute selection_error
19 20 21 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 19 def selection_error @selection_error end |
#status ⇒ Object
Returns the value of attribute status
19 20 21 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 19 def status @status end |
#valid_ids ⇒ Object
Returns the value of attribute valid_ids
19 20 21 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 19 def valid_ids @valid_ids end |
Instance Method Details
#blocked? ⇒ Boolean
28 29 30 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 28 def blocked? status == :blocked end |