Method: TransferZero::PayinMethodDetailsMobile#hash
- Defined in:
- lib/transferzero-sdk/models/payin_method_details_mobile.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
99 100 101 |
# File 'lib/transferzero-sdk/models/payin_method_details_mobile.rb', line 99 def hash [phone_number, send_instructions].hash end |