Method: PureCloud::CampaignProgress#==
- Defined in:
- lib/purecloud/models/campaign_progress.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
95 96 97 98 99 100 101 102 103 |
# File 'lib/purecloud/models/campaign_progress.rb', line 95 def ==(o) return true if self.equal?(o) self.class == o.class && campaign == o.campaign && contact_list == o.contact_list && number_of_contacts_called == o.number_of_contacts_called && total_number_of_contacts == o.total_number_of_contacts && percentage == o.percentage end |