Method: AddressFinder.verification
- Defined in:
- lib/addressfinder.rb
.verification(args = {}) ⇒ Object
We are keeping this method for backward compatibility
52 53 54 |
# File 'lib/addressfinder.rb', line 52 def verification(args = {}) # We are keeping this method for backward compatibility address_verification(args) end |