Method: TalonOne::ErrorSource#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



120
121
122
# File 'lib/talon_one/models/error_source.rb', line 120

def hash
  [pointer, parameter, line, resource].hash
end