class RHC::EmbeddedWizard

Public Instance Methods

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