Module: ParkingTicket::Clients::Models::StructuralyComparable
- Included in:
- PaymentMethod, Quote, RateOption, Ticket, Vehicle
- Defined in:
- lib/clients/models/structuraly_comparable.rb
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
8 9 10 |
# File 'lib/clients/models/structuraly_comparable.rb', line 8 def ==(other) serialize == other.serialize end |