class RHC::SSHWizard
Public Class Methods
new(rest_client, config, options)
click to toggle source
Calls superclass method
RHC::Wizard.new
# File lib/rhc/wizard.rb, line 688 def initialize(rest_client, config, options) self.rest_client = rest_client super config, options end
Public Instance Methods
stages()
click to toggle source
# File lib/rhc/wizard.rb, line 684 def stages KEY_STAGES end