Class: Plutonium::Wizard::Resume::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/plutonium/wizard/resume.rb

Overview

One enriched in-progress wizard, ready for a dashboard list item.

Instance Attribute Summary collapse

Instance Attribute Details

#current_stepObject

Returns the value of attribute current_step

Returns:

  • (Object)

    the current value of current_step



31
32
33
# File 'lib/plutonium/wizard/resume.rb', line 31

def current_step
  @current_step
end

#current_step_labelObject

Returns the value of attribute current_step_label

Returns:

  • (Object)

    the current value of current_step_label



31
32
33
# File 'lib/plutonium/wizard/resume.rb', line 31

def current_step_label
  @current_step_label
end

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



31
32
33
# File 'lib/plutonium/wizard/resume.rb', line 31

def icon
  @icon
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



31
32
33
# File 'lib/plutonium/wizard/resume.rb', line 31

def label
  @label
end

#resume_unresolved_reasonObject

Returns the value of attribute resume_unresolved_reason

Returns:

  • (Object)

    the current value of resume_unresolved_reason



31
32
33
# File 'lib/plutonium/wizard/resume.rb', line 31

def resume_unresolved_reason
  @resume_unresolved_reason
end

#resume_urlObject

Returns the value of attribute resume_url

Returns:

  • (Object)

    the current value of resume_url



31
32
33
# File 'lib/plutonium/wizard/resume.rb', line 31

def resume_url
  @resume_url
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



31
32
33
# File 'lib/plutonium/wizard/resume.rb', line 31

def session
  @session
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



31
32
33
# File 'lib/plutonium/wizard/resume.rb', line 31

def updated_at
  @updated_at
end

#wizard_classObject

Returns the value of attribute wizard_class

Returns:

  • (Object)

    the current value of wizard_class



31
32
33
# File 'lib/plutonium/wizard/resume.rb', line 31

def wizard_class
  @wizard_class
end