Module: Proxy::Acd
- Extended by:
- Log, Util
- Defined in:
- lib/smart_proxy_acd/acd_main.rb,
lib/smart_proxy_acd/acd.rb,
lib/smart_proxy_acd/acd_api.rb,
lib/smart_proxy_acd/version.rb,
lib/smart_proxy_acd/acd_runner.rb,
lib/smart_proxy_acd/acd_task_launcher.rb
Overview
The ACD module
Defined Under Namespace
Classes: AcdRunner, AcdTaskLauncher, Api, NotFound, Plugin
Constant Summary collapse
- VERSION =
'0.4.0'.freeze
Class Method Summary collapse
Class Method Details
.plugin_settings ⇒ Object
8 9 10 11 12 |
# File 'lib/smart_proxy_acd/acd_main.rb', line 8 def plugin_settings # rubocop:disable ClassVars @@settings ||= OpenStruct.new(read_settings) # rubocop:enable ClassVars end |