Method: Bandwidth::MachineDetectionCompleteCallback#==
- Defined in:
- lib/bandwidth-sdk/models/machine_detection_complete_callback.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 |
# File 'lib/bandwidth-sdk/models/machine_detection_complete_callback.rb', line 231 def ==(o) return true if self.equal?(o) self.class == o.class && event_type == o.event_type && event_time == o.event_time && account_id == o.account_id && application_id == o.application_id && from == o.from && to == o.to && direction == o.direction && call_id == o.call_id && call_url == o.call_url && enqueued_time == o.enqueued_time && start_time == o.start_time && answer_time == o.answer_time && tag == o.tag && machine_detection_result == o.machine_detection_result end |