Method: FtcEventsClient::AdvancementSourceModel#hash

Defined in:
lib/ftc_events_client/models/advancement_source_model.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



123
124
125
# File 'lib/ftc_events_client/models/advancement_source_model.rb', line 123

def hash
  [advanced_from, advanced_from_region, slots, advancement].hash
end