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