Method: Shortcut::CreateIteration#hash
- Defined in:
- lib/shortcut_client_ruby/models/create_iteration.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |