Method: XeroRuby::PayrollNz::PaymentMethodObject#hash

Defined in:
lib/xero-ruby/models/payroll_nz/payment_method_object.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



105
106
107
# File 'lib/xero-ruby/models/payroll_nz/payment_method_object.rb', line 105

def hash
  [pagination, problem, payment_method].hash
end