Class: Plutonium::Wizard::Resume::ResumeUrl::Mount

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

Overview

How this row's wizard is reachable in the current portal.

  • :register_wizard — a standalone register_wizard mount. subject is the GET route's name, resolved within route_set.
  • :member — a resource-mounted ANCHORED wizard. subject is the anchor record.
  • :collection — a resource-mounted non-anchored wizard. subject is the resource class whose definition registers it.

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



134
135
136
# File 'lib/plutonium/wizard/resume.rb', line 134

def kind
  @kind
end

#route_setObject

Returns the value of attribute route_set

Returns:

  • (Object)

    the current value of route_set



134
135
136
# File 'lib/plutonium/wizard/resume.rb', line 134

def route_set
  @route_set
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



134
135
136
# File 'lib/plutonium/wizard/resume.rb', line 134

def subject
  @subject
end

#wizard_nameObject

Returns the value of attribute wizard_name

Returns:

  • (Object)

    the current value of wizard_name



134
135
136
# File 'lib/plutonium/wizard/resume.rb', line 134

def wizard_name
  @wizard_name
end