class AnyMailFinder::HitsLeft

Constants

API_PATH

Public Instance Methods

execute() click to toggle source
# File lib/any_mail_finder/hits_left.rb, line 5
def execute
  get path, {}
end

Private Instance Methods

path() click to toggle source
# File lib/any_mail_finder/hits_left.rb, line 11
def path
  API_HOST + API_PATH
end