Class: Plutonium::Wizard::Resume::Entry
- Inherits:
-
Struct
- Object
- Struct
- Plutonium::Wizard::Resume::Entry
- Defined in:
- lib/plutonium/wizard/resume.rb
Overview
One enriched in-progress wizard, ready for a dashboard list item.
Instance Attribute Summary collapse
-
#current_step ⇒ Object
Returns the value of attribute current_step.
-
#current_step_label ⇒ Object
Returns the value of attribute current_step_label.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#label ⇒ Object
Returns the value of attribute label.
-
#resume_unresolved_reason ⇒ Object
Returns the value of attribute resume_unresolved_reason.
-
#resume_url ⇒ Object
Returns the value of attribute resume_url.
-
#session ⇒ Object
Returns the value of attribute session.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#wizard_class ⇒ Object
Returns the value of attribute wizard_class.
Instance Attribute Details
#current_step ⇒ Object
Returns the value of attribute current_step
31 32 33 |
# File 'lib/plutonium/wizard/resume.rb', line 31 def current_step @current_step end |
#current_step_label ⇒ Object
Returns the value of attribute current_step_label
31 32 33 |
# File 'lib/plutonium/wizard/resume.rb', line 31 def current_step_label @current_step_label end |
#icon ⇒ Object
Returns the value of attribute icon
31 32 33 |
# File 'lib/plutonium/wizard/resume.rb', line 31 def icon @icon end |
#label ⇒ Object
Returns the value of attribute label
31 32 33 |
# File 'lib/plutonium/wizard/resume.rb', line 31 def label @label end |
#resume_unresolved_reason ⇒ Object
Returns the value of attribute resume_unresolved_reason
31 32 33 |
# File 'lib/plutonium/wizard/resume.rb', line 31 def resume_unresolved_reason @resume_unresolved_reason end |
#resume_url ⇒ Object
Returns the value of attribute resume_url
31 32 33 |
# File 'lib/plutonium/wizard/resume.rb', line 31 def resume_url @resume_url end |
#session ⇒ Object
Returns the value of attribute session
31 32 33 |
# File 'lib/plutonium/wizard/resume.rb', line 31 def session @session end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
31 32 33 |
# File 'lib/plutonium/wizard/resume.rb', line 31 def updated_at @updated_at end |
#wizard_class ⇒ Object
Returns the value of attribute wizard_class
31 32 33 |
# File 'lib/plutonium/wizard/resume.rb', line 31 def wizard_class @wizard_class end |