Method: Shortcut::CreateIteration#hash

Defined in:
lib/shortcut_client_ruby/models/create_iteration.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



169
170
171
# File 'lib/shortcut_client_ruby/models/create_iteration.rb', line 169

def hash
  [follower_ids, group_ids, labels, description, name, start_date, end_date].hash
end