Module: Hunter

Extended by:
Hunter
Included in:
Hunter
Defined in:
lib/hunter.rb,
lib/hunter/api.rb,
lib/hunter/version.rb,
lib/hunter/email_count.rb,
lib/hunter/email_finder.rb,
lib/hunter/domain_search.rb,
lib/hunter/email_verifier.rb

Defined Under Namespace

Classes: Api, DomainSearch, EmailCount, EmailFinder, EmailVerifier

Constant Summary collapse

VERSION =
"0.2.0"

Instance Method Summary collapse

Instance Method Details

#new(key) ⇒ Object



7
8
9
# File 'lib/hunter.rb', line 7

def new(key)
  Api.new(key)
end