Method: Daily::RecordingStartedPayload#hash
- Defined in:
- lib/daily-ruby/models/recording_started_payload.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |