Class: SourceMonitor::ImportSessions::Wizard::UploadResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#current_stepObject

Returns the value of attribute current_step

Returns:

  • (Object)

    the current value of current_step



17
18
19
# File 'lib/source_monitor/import_sessions/wizard.rb', line 17

def current_step
  @current_step
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



17
18
19
# File 'lib/source_monitor/import_sessions/wizard.rb', line 17

def errors
  @errors
end

#preview_contextObject

Returns the value of attribute preview_context

Returns:

  • (Object)

    the current value of preview_context



17
18
19
# File 'lib/source_monitor/import_sessions/wizard.rb', line 17

def preview_context
  @preview_context
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



17
18
19
# File 'lib/source_monitor/import_sessions/wizard.rb', line 17

def status
  @status
end