Sha256: 44c3d0855332ac4472ceb9d5c2c8a7acee112698a13bfb17aa2bb60317861e3e
Contents?: true
Size: 393 Bytes
Versions: 5
Compression:
Stored size: 393 Bytes
Contents
module Rainmaker # Wrapper for the Rainmaker 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 'rainmaker/client/person' alias :api_endpoint :endpoint include Rainmaker::Client::Person end end
Version data entries
5 entries across 5 versions & 1 rubygems