# File lib/fog/brightbox/link_helper.rb, line 19
      def uri
        parse unless @parsed
        URI.parse(@link)
      end