module EmailHunter

Constants

VERSION

Public Instance Methods

new(key) click to toggle source
# File lib/email_hunter.rb, line 9
def new(key)
  Api.new(key)
end