Method: Fastly::LoggingLogshuttle#==
- Defined in:
- lib/fastly/models/logging_logshuttle.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
194 195 196 197 198 199 200 201 202 203 204 |
# File 'lib/fastly/models/logging_logshuttle.rb', line 194 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name && placement == o.placement && format_version == o.format_version && response_condition == o.response_condition && format == o.format && token == o.token && url == o.url end |