Method: OpenapiClient::IndustrySpecificExtensions#==

Defined in:
lib/openapi_client/models/industry_specific_extensions.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



93
94
95
96
97
98
99
100
# File 'lib/openapi_client/models/industry_specific_extensions.rb', line 93

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      airline == o.airline &&
      lodging == o.lodging &&
      car_rental == o.car_rental &&
      mcc6012 == o.mcc6012
end