# File lib/fog/dns/bluebox.rb, line 93 def auth_header @auth_header ||= Base64.encode64("#{@bluebox_customer_id}:#{@bluebox_api_key}").gsub("\n",'') end