Method: PureCloud::CampaignStats#hash
- Defined in:
- lib/purecloudplatformclientv2/models/campaign_stats.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
130 131 132 |
# File 'lib/purecloudplatformclientv2/models/campaign_stats.rb', line 130 def hash [contact_rate, idle_agents, effective_idle_agents, adjusted_calls_per_agent, outstanding_calls, scheduled_calls].hash end |