Method: TransferZero::StateReasonDetails#hash
- Defined in:
- lib/transferzero-sdk/models/state_reason_details.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
115 116 117 |
# File 'lib/transferzero-sdk/models/state_reason_details.rb', line 115 def hash [code, category, , description].hash end |