class RHC::EmbeddedWizard

Public Instance Methods

finalize_stage() click to toggle source
# File lib/rhc/wizard.rb, line 646
def finalize_stage
  true
end
stages() click to toggle source
Calls superclass method RHC::Wizard#stages
# File lib/rhc/wizard.rb, line 642
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 651
def namespace_optional?
  false
end