Method: Fastly::TlsSubscriptionResponseData#==

Defined in:
lib/fastly/models/tls_subscription_response_data.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • to be compared



86
87
88
89
90
91
# File 'lib/fastly/models/tls_subscription_response_data.rb', line 86

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      attributes == o.attributes
end