Method: TransferZero::FieldValidation#hash
- Defined in:
- lib/transferzero-sdk/models/field_validation.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
102 103 104 |
# File 'lib/transferzero-sdk/models/field_validation.rb', line 102 def hash [presence, inclusion, format].hash end |