Class: PostcodeAnywhere::CleansePlus::Client
- Inherits:
-
PostcodeAnywhere::Client
- Object
- PostcodeAnywhere::Client
- PostcodeAnywhere::CleansePlus::Client
- 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
-
#initialize(options = {}) ⇒ Client
constructor
A new instance of Client.
Methods included from Interactive
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( = {}) super() end |