class AnyMailFinder::Health
Constants
- API_PATH
Public Instance Methods
execute()
click to toggle source
# File lib/any_mail_finder/health.rb, line 5 def execute get path, {} end
Private Instance Methods
path()
click to toggle source
# File lib/any_mail_finder/health.rb, line 11 def path API_HOST + API_PATH end