class NightcrawlerSwift::CLI::UrlFor
Public Instance Methods
execute(path)
click to toggle source
# File lib/nightcrawler_swift/cli/commands/url_for.rb, line 4 def execute path "#{connection.public_url}/#{options.bucket}/#{path}" end