Sha256: 7aea534153ed6c4103d8de196277d79ab72b6c5b8496d57347e724d2e2b39418
Contents?: true
Size: 363 Bytes
Versions: 9
Compression:
Stored size: 363 Bytes
Contents
module LookOut # Encapsulates the configuration of each client before JIT before requests # are made. This allows us to use our configuration which won't have been # available until runtime, not load time. module Client def client base_uri LookOut.config.base_uri headers('Content-Type' => 'application/json') self end end end
Version data entries
9 entries across 9 versions & 1 rubygems