Module: EA::AddressLookup::Finders

Included in:
EA::AddressLookup
Defined in:
lib/ea/address_lookup/finders.rb

Instance Method Summary collapse

Instance Method Details

#find_by_postcode(post_code) ⇒ Object



6
7
8
# File 'lib/ea/address_lookup/finders.rb', line 6

def find_by_postcode(post_code)
  adapter.find_by_postcode(post_code)
end

#find_by_uprn(uprn) ⇒ Object



10
11
12
# File 'lib/ea/address_lookup/finders.rb', line 10

def find_by_uprn(uprn)
  adapter.find_by_uprn(uprn)
end