Class: Pod::CacheProxyAuth
- Inherits:
-
Object
- Object
- Pod::CacheProxyAuth
- Defined in:
- lib/cocoapods-cache-proxy/native/cache_proxy_auth.rb
Instance Method Summary collapse
- #host ⇒ String
-
#initialize(host, token) ⇒ CacheProxyAuth
constructor
A new instance of CacheProxyAuth.
- #token ⇒ Object
Constructor Details
#initialize(host, token) ⇒ CacheProxyAuth
Returns a new instance of CacheProxyAuth.
6 7 8 9 |
# File 'lib/cocoapods-cache-proxy/native/cache_proxy_auth.rb', line 6 def initialize(host, token) @host = host @token = token end |
Instance Method Details
#host ⇒ String
12 13 14 |
# File 'lib/cocoapods-cache-proxy/native/cache_proxy_auth.rb', line 12 def host @host end |
#token ⇒ Object
16 17 18 |
# File 'lib/cocoapods-cache-proxy/native/cache_proxy_auth.rb', line 16 def token @token end |