Method: Fastly::ServiceAuthorizationResponseDataAllOf#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



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

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