class RHC::EmbeddedWizard
Public Instance Methods
finalize_stage()
click to toggle source
# File lib/rhc/wizard.rb, line 658 def finalize_stage true end
stages()
click to toggle source
Calls superclass method
RHC::Wizard#stages
# File lib/rhc/wizard.rb, line 654 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 663 def namespace_optional? false end