Sha256: d83b2c2eb52efae4f254888a1f0696b9b29fba6233141e90b3c37afa9986d742
Contents?: true
Size: 282 Bytes
Versions: 9
Compression:
Stored size: 282 Bytes
Contents
module Runbook::Statements class Upload < Runbook::Statement attr_reader :from, :to, :options, :ssh_config def initialize(from, to:, ssh_config: nil, options: {}) @from = from @to = to @ssh_config = ssh_config @options = options end end end
Version data entries
9 entries across 9 versions & 2 rubygems