Module: Runbook::Runs::SSHKit

Extended by:
ClassMethods
Includes:
Runbook::Run
Defined in:
lib/runbook/runs/ssh_kit.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

_handle_capture, runbook__entities__step, runbook__statements__assert, runbook__statements__capture, runbook__statements__capture_all, runbook__statements__command, runbook__statements__download, runbook__statements__upload

Methods included from Helpers::SSHKitHelper

#_as_block, #_coordinator_options, #_servers, #_with_block, #_with_umask, #_within_block, #find_ssh_config, #render_ssh_config_output, #ssh_kit_command, #ssh_kit_command_options, #with_ssh_config

Methods included from Runbook::Run

_register_additional_step_whitespace_hook, _register_kill_all_panes_hook

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'lib/runbook/runs/ssh_kit.rb', line 5

def self.included(base)
  base.extend(ClassMethods)
end