Class: PostcodeAnywhere::CapturePlus::Client

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

Constant Summary

Constants included from Interactive

Interactive::API_VERSION, Interactive::FIND_ADDRESSES_ENDPOINT, Interactive::RETRIEVE_ADDRESS_ENDPOINT

Instance Method Summary collapse

Methods included from Interactive

#query, #query_companies, #query_places, #query_postcodes, #retrieve, #sub_query

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

Returns a new instance of Client.



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

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