Method: Acme::Client#fetch_authorization

Defined in:
lib/acme/client.rb

#fetch_authorization(uri) ⇒ Object



62
63
64
65
# File 'lib/acme/client.rb', line 62

def fetch_authorization(uri)
  response = connection.get(uri)
  ::Acme::Client::Resources::Authorization.new(self, uri, response)
end