Class: Wizardry::Pages::CompletionPage

Inherits:
Page
  • Object
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

Constructor Details

This class inherits a constructor from Wizardry::Pages::Page

Instance Method Details

#nameObject



4
5
6
# File 'lib/wizardry/pages/completion_page.rb', line 4

def name
  :completion
end

#next_pagesObject



16
17
18
# File 'lib/wizardry/pages/completion_page.rb', line 16

def next_pages
  []
end

#questionsObject



12
13
14
# File 'lib/wizardry/pages/completion_page.rb', line 12

def questions
  []
end

#titleObject



8
9
10
# File 'lib/wizardry/pages/completion_page.rb', line 8

def title
  ''
end