# frozen_string_literal: true require_relative '../../log/loggable' module Vendors module Vistar class VistarTokens include Singleton def api_key AppConfig.get_mandatory 'vendors.vistar.api_key' end end end end