tulios/nightcrawler_swift

View on GitHub
lib/nightcrawler_swift/cli/commands/url_for.rb

Summary

Maintainability
A
0 mins
Test Coverage
module NightcrawlerSwift::CLI
  class UrlFor < NightcrawlerSwift::Command

    def execute path
      "#{connection.public_url}/#{options.bucket}/#{path}"
    end

  end
end