Method: TalonOne::UpdateRole#hash

Defined in:
lib/talon_one/models/update_role.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



121
122
123
# File 'lib/talon_one/models/update_role.rb', line 121

def hash
  [name, description, acl, members].hash
end