Sha256: 4c51a30e6e3aaa81ee031f41cae154bbb41f4e9a8f56422891ac615a8e0addd2
Contents?: true
Size: 174 Bytes
Versions: 10
Compression:
Stored size: 174 Bytes
Contents
module NightcrawlerSwift::CLI class UrlFor < NightcrawlerSwift::Command def execute path "#{connection.public_url}/#{options.bucket}/#{path}" end end end
Version data entries
10 entries across 10 versions & 1 rubygems