class RHC::EmbeddedWizard
Public Instance Methods
finalize_stage()
click to toggle source
# File lib/rhc/wizard.rb, line 655 def finalize_stage true end
stages()
click to toggle source
Calls superclass method
RHC::Wizard#stages
# File lib/rhc/wizard.rb, line 651 def stages super - APP_STAGES - KEY_STAGES - [:setup_test_stage] end
Protected Instance Methods
namespace_optional?()
click to toggle source
# File lib/rhc/wizard.rb, line 660 def namespace_optional? false end