lib/purecloud/models/connect_rate.rb in purecloud-0.38.1 vs lib/purecloud/models/connect_rate.rb in purecloud-0.39.1
- old
+ new
@@ -16,13 +16,16 @@
require 'date'
module PureCloud
class ConnectRate
+ # Number of call attempts made
attr_accessor :attempts
+ # Number of calls with a live voice detected
attr_accessor :connects
+ # Ratio of connects to attempts
attr_accessor :connect_ratio
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{