Sha256: 4bee76035a579d648425187339298646b1f82b12b75869e14cbc21ae9b29d153
Contents?: true
Size: 353 Bytes
Versions: 1
Compression:
Stored size: 353 Bytes
Contents
# frozen_string_literal: true require 'logger' module FinAppsCore module REST module Defaults API_VERSION = '4' # noinspection SpellCheckingInspection DEFAULTS = { host: 'https://api.allcleardecisioning.com', timeout: 30, proxy: nil, log_level: Logger::UNKNOWN }.freeze end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
finapps_core-5.0.16 | lib/finapps_core/rest/defaults.rb |