Class: NodeSpec::BackendProxy::Base

Inherits:
Object
  • Object
show all
Includes:
CommandExecution
Defined in:
lib/nodespec/backend_proxy/base.rb

Direct Known Subclasses

Exec, Ssh, Winrm

Instance Method Summary collapse

Methods included from CommandExecution

#execute_within_timeout

Methods included from VerboseOutput

#verbose_puts

Instance Method Details

#execute(command) ⇒ Object



15
16
17
# File 'lib/nodespec/backend_proxy/base.rb', line 15

def execute(command)
  raise "You must subclass #{self.class} and implement #execute"
end