module Workarea::Livechat
Constants
- VERSION
Public Class Methods
enabled?()
click to toggle source
# File lib/workarea/livechat.rb, line 11 def self.enabled? Workarea.config.livechat_enabled && license_number.present? end
license_number()
click to toggle source
# File lib/workarea/livechat.rb, line 7 def self.license_number Workarea.config.livechat_license_number end