class Proxy::ContainerGateway::Api
Private Instance Methods
auth_header()
click to toggle source
# File lib/smart_proxy_container_gateway/container_gateway_api.rb, line 115 def auth_header AuthorizationHeader.new(request.env['HTTP_AUTHORIZATION']) end