class CertWatch::Client

Public Instance Methods

renew(_domain) click to toggle source
# File lib/cert_watch/client.rb, line 3
def renew(_domain)
  fail(NotImplementedError)
end