Sha256: 252224aae0c63116d3461a5188ad6dc7494c4d989161a3450a8ba956a321f478
Contents?: true
Size: 387 Bytes
Versions: 15
Compression:
Stored size: 387 Bytes
Contents
module FullContact # Wrapper for the FullContact REST API class Client < API # Require client method modules after initializing the Client class in # order to avoid a superclass mismatch error, allowing those modules to be # Client-namespaced. require 'fullcontact/client/person' alias :api_endpoint :endpoint include FullContact::Client::Person end end
Version data entries
15 entries across 15 versions & 1 rubygems