Method: FtcEventsClient::AdvancementSourceModel#==
- Defined in:
- lib/ftc_events_client/models/advancement_source_model.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
106 107 108 109 110 111 112 113 |
# File 'lib/ftc_events_client/models/advancement_source_model.rb', line 106 def ==(o) return true if self.equal?(o) self.class == o.class && advanced_from == o.advanced_from && advanced_from_region == o.advanced_from_region && slots == o.slots && advancement == o.advancement end |