Method: Fastly::UpdateBillingAddressRequestData#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



97
98
99
100
101
102
103
# File 'lib/fastly/models/update_billing_address_request_data.rb', line 97

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