Class: PostcodeAnywhere::CleansePlus::Client

Inherits:
PostcodeAnywhere::Client show all
Includes:
Interactive
Defined in:
lib/postcode_anywhere/cleanse_plus/client.rb

Constant Summary

Constants included from Interactive

Interactive::API_VERSION, Interactive::CLEANSE_ADDRESS_ENDPOINT

Instance Method Summary collapse

Methods included from Interactive

#address_candidates_for

Methods included from Utils

#perform_with_object, #perform_with_objects

Methods inherited from PostcodeAnywhere::Client

#connection, #connection_options, #get, #middleware, #post

Constructor Details

#initialize(options = {}) ⇒ Client



8
9
10
# File 'lib/postcode_anywhere/cleanse_plus/client.rb', line 8

def initialize(options = {})
  super(options)
end