class Pod::CacheProxyAuth
Public Class Methods
new(host, token)
click to toggle source
@param [String] host @param [String] token
# File lib/cocoapods-cache-proxy/native/cache_proxy_auth.rb, line 6 def initialize(host, token) @host = host @token = token end
Public Instance Methods
host()
click to toggle source
@return [String]
# File lib/cocoapods-cache-proxy/native/cache_proxy_auth.rb, line 12 def host @host end
token()
click to toggle source
# File lib/cocoapods-cache-proxy/native/cache_proxy_auth.rb, line 16 def token @token end