Method: TransferZero::PayinMethodDetailsMobile#hash

Defined in:
lib/transferzero-sdk/models/payin_method_details_mobile.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



99
100
101
# File 'lib/transferzero-sdk/models/payin_method_details_mobile.rb', line 99

def hash
  [phone_number, send_instructions].hash
end