Class: Wizardry::Pages::CompletionPage
- Inherits:
-
Page
- Object
- Page
- Wizardry::Pages::CompletionPage
show all
- Defined in:
- lib/wizardry/pages/completion_page.rb
Instance Attribute Summary
Attributes inherited from Page
#pages
Instance Method Summary
collapse
Methods inherited from Page
#after_update!, #before_edit!, #before_update!, #branch!, #branch?, #initialize
Instance Method Details
#name ⇒ Object
4
5
6
|
# File 'lib/wizardry/pages/completion_page.rb', line 4
def name
:completion
end
|
#next_pages ⇒ Object
16
17
18
|
# File 'lib/wizardry/pages/completion_page.rb', line 16
def next_pages
[]
end
|
#questions ⇒ Object
12
13
14
|
# File 'lib/wizardry/pages/completion_page.rb', line 12
def questions
[]
end
|
#title ⇒ Object
8
9
10
|
# File 'lib/wizardry/pages/completion_page.rb', line 8
def title
''
end
|