class RHC::SSHWizard

Constants

STAGES

Public Class Methods

new(rest_client) click to toggle source
# File lib/rhc/wizard.rb, line 466
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 462
def stages
  STAGES
end