Method: PureCloud::WfmHistoricalAdherenceResponse#==
- Defined in:
- lib/purecloudclient_v2a/models/wfm_historical_adherence_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
154 155 156 157 158 159 160 |
# File 'lib/purecloudclient_v2a/models/wfm_historical_adherence_response.rb', line 154 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && download_url == o.download_url && query_state == o.query_state end |