Class: Plutonium::Wizard::Resume::ResumeUrl::Mount
- Inherits:
-
Struct
- Object
- Struct
- Plutonium::Wizard::Resume::ResumeUrl::Mount
- Defined in:
- lib/plutonium/wizard/resume.rb
Overview
How this row's wizard is reachable in the current portal.
:register_wizard— a standaloneregister_wizardmount.subjectis the GET route's name, resolved withinroute_set.:member— a resource-mounted ANCHORED wizard.subjectis the anchor record.:collection— a resource-mounted non-anchored wizard.subjectis the resource class whose definition registers it.
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#route_set ⇒ Object
Returns the value of attribute route_set.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#wizard_name ⇒ Object
Returns the value of attribute wizard_name.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
134 135 136 |
# File 'lib/plutonium/wizard/resume.rb', line 134 def kind @kind end |
#route_set ⇒ Object
Returns the value of attribute route_set
134 135 136 |
# File 'lib/plutonium/wizard/resume.rb', line 134 def route_set @route_set end |
#subject ⇒ Object
Returns the value of attribute subject
134 135 136 |
# File 'lib/plutonium/wizard/resume.rb', line 134 def subject @subject end |
#wizard_name ⇒ Object
Returns the value of attribute wizard_name
134 135 136 |
# File 'lib/plutonium/wizard/resume.rb', line 134 def wizard_name @wizard_name end |