Method: Gemstash::Cache#authorization

Defined in:
lib/gemstash/cache.rb

#authorization(auth_key) ⇒ Object



17
18
19
# File 'lib/gemstash/cache.rb', line 17

def authorization(auth_key)
  @client.get("auths/#{auth_key}")
end