Method: Daily::RecordingStartedPayload#hash

Defined in:
lib/daily-ruby/models/recording_started_payload.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



181
182
183
# File 'lib/daily-ruby/models/recording_started_payload.rb', line 181

def hash
  [recording_id, action, layout, started_by, instance_id, start_ts].hash
end