Method: Fastly::VersionDetail#==
- Defined in:
- lib/fastly/models/version_detail.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/fastly/models/version_detail.rb', line 221 def ==(o) return true if self.equal?(o) self.class == o.class && backends == o.backends && cache_settings == o.cache_settings && conditions == o.conditions && directors == o.directors && domains == o.domains && gzips == o.gzips && headers == o.headers && healthchecks == o.healthchecks && request_settings == o.request_settings && response_objects == o.response_objects && settings == o.settings && snippets == o.snippets && vcls == o.vcls && wordpress == o.wordpress end |