Method: FormAPI::AuthenticationError#hash
- Defined in:
- lib/form_api/models/authentication_error.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
123 124 125 |
# File 'lib/form_api/models/authentication_error.rb', line 123 def hash [status, error].hash end |