Class: PhisherPhinder::NullLookupClient

Inherits:
Object
  • Object
show all
Defined in:
lib/phisher_phinder/null_lookup_client.rb

Instance Method Summary collapse

Instance Method Details

#lookup(_ip_address) ⇒ Object



5
6
7
# File 'lib/phisher_phinder/null_lookup_client.rb', line 5

def lookup(_ip_address)
  NullResponse.new
end