Initial commit
This commit is contained in:
15
app/services/vendors/vistar/vistar_tokens.rb
vendored
Normal file
15
app/services/vendors/vistar/vistar_tokens.rb
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user