Class: SourceMonitor::ImportSessions::Wizard::ConfirmResult
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::ImportSessions::Wizard::ConfirmResult
- Defined in:
- lib/source_monitor/import_sessions/wizard.rb
Instance Attribute Summary collapse
-
#bulk_settings ⇒ Object
Returns the value of attribute bulk_settings.
-
#history ⇒ Object
Returns the value of attribute history.
-
#message ⇒ Object
Returns the value of attribute message.
-
#selected_entries ⇒ Object
Returns the value of attribute selected_entries.
-
#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
#bulk_settings ⇒ Object
Returns the value of attribute bulk_settings
66 67 68 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 66 def bulk_settings @bulk_settings end |
#history ⇒ Object
Returns the value of attribute history
66 67 68 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 66 def history @history end |
#message ⇒ Object
Returns the value of attribute message
66 67 68 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 66 def @message end |
#selected_entries ⇒ Object
Returns the value of attribute selected_entries
66 67 68 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 66 def selected_entries @selected_entries end |
#selected_source_ids ⇒ Object
Returns the value of attribute selected_source_ids
66 67 68 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 66 def selected_source_ids @selected_source_ids end |
#selection_error ⇒ Object
Returns the value of attribute selection_error
66 67 68 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 66 def selection_error @selection_error end |
#status ⇒ Object
Returns the value of attribute status
66 67 68 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 66 def status @status end |
Instance Method Details
#blocked? ⇒ Boolean
76 77 78 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 76 def blocked? status == :blocked end |