Class: Queri::Stats::CallDistributionByHour

Inherits:
Object
  • Object
show all
Defined in:
lib/queri/stats/call_distribution_by_hour.rb,
lib/queri/stats/call_distribution_by_hour/sales_per_hour.rb,
lib/queri/stats/call_distribution_by_hour/queue_length_per_hour.rb,
lib/queri/stats/call_distribution_by_hour/schedule_adherence_per_hour.rb,
lib/queri/stats/call_distribution_by_hour/answered_call_wait_time_per_hour.rb,
lib/queri/stats/call_distribution_by_hour/unanswered_call_wait_time_per_hour.rb,
lib/queri/stats/call_distribution_by_hour/answered_call_distribution_per_hour.rb,
lib/queri/stats/call_distribution_by_hour/traffic_analysis_by_period_per_hour.rb,
lib/queri/stats/call_distribution_by_hour/inclusive_service_level_agreement_per_hour.rb

Defined Under Namespace

Classes: AnsweredCallDistributionPerHour, AnsweredCallWaitTimePerHour, InclusiveServiceLevelAgreementPerHour, QueueLengthPerHour, SalesPerHour, ScheduleAdherencePerHour, TrafficAnalysisByPeriodPerHour, UnansweredCallWaitTimePerHour

Constant Summary collapse

@@xml_code =
"CallDistrDO"

Class Method Summary collapse

Class Method Details

.xml_codeObject



6
7
8
# File 'lib/queri/stats/call_distribution_by_hour.rb', line 6

def self.xml_code
  @@xml_code
end