class RHC::SSHWizard

Constants

STAGES

Public Class Methods

new(rest_client) click to toggle source
# File lib/rhc/wizard.rb, line 494
def initialize(rest_client)
  @rest_client = rest_client
  super RHC::Config
end

Public Instance Methods

stages() click to toggle source
# File lib/rhc/wizard.rb, line 490
def stages
  STAGES
end