Method: RHC::SSHWizard#initialize

Defined in:
lib/rhc/wizard.rb

#initialize(rest_client, config, options) ⇒ SSHWizard

Returns a new instance of SSHWizard.



628
629
630
631
# File 'lib/rhc/wizard.rb', line 628

def initialize(rest_client, config, options)
  self.rest_client = rest_client
  super config, options
end