Method: PureCloud::EdgeOfflineConfigurationResponse#==
- Defined in:
- lib/purecloud/models/edge_offline_configuration_response.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
55 56 57 58 59 |
# File 'lib/purecloud/models/edge_offline_configuration_response.rb', line 55 def ==(o) return true if self.equal?(o) self.class == o.class && download_url == o.download_url end |