Method: Fastly::RelationshipsForTlsConfiguration#==
- Defined in:
- lib/fastly/models/relationships_for_tls_configuration.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
98 99 100 101 102 |
# File 'lib/fastly/models/relationships_for_tls_configuration.rb', line 98 def ==(o) return true if self.equal?(o) self.class == o.class && service == o.service end |