Method: TransferZero::PayinMethodDetails#hash
- Defined in:
- lib/transferzero-sdk/models/payin_method_details.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
138 139 140 |
# File 'lib/transferzero-sdk/models/payin_method_details.rb', line 138 def hash [redirect_url, phone_number, send_instructions].hash end |