Method: Bandwidth::TfvError#hash

Defined in:
lib/bandwidth-sdk/models/tfv_error.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



122
123
124
# File 'lib/bandwidth-sdk/models/tfv_error.rb', line 122

def hash
  [type, description, errors].hash
end