Class: SourceMonitor::ImportSessions::Wizard::UploadResult
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::ImportSessions::Wizard::UploadResult
- Defined in:
- lib/source_monitor/import_sessions/wizard.rb
Instance Attribute Summary collapse
-
#current_step ⇒ Object
Returns the value of attribute current_step.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#preview_context ⇒ Object
Returns the value of attribute preview_context.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#current_step ⇒ Object
Returns the value of attribute current_step
17 18 19 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 17 def current_step @current_step end |
#errors ⇒ Object
Returns the value of attribute errors
17 18 19 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 17 def errors @errors end |
#preview_context ⇒ Object
Returns the value of attribute preview_context
17 18 19 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 17 def preview_context @preview_context end |
#status ⇒ Object
Returns the value of attribute status
17 18 19 |
# File 'lib/source_monitor/import_sessions/wizard.rb', line 17 def status @status end |