Sha256: a4c9ece64d8714cdf2663eb27c74a0117f1b499803141106ac804b7878b53277
Contents?: true
Size: 246 Bytes
Versions: 7
Compression:
Stored size: 246 Bytes
Contents
module ThreeScaleToolbox module Tasks class CopyServiceProxyTask include CopyTask def call target.update_proxy source.proxy puts "updated proxy of #{target.id} to match the original" end end end end
Version data entries
7 entries across 7 versions & 1 rubygems