Method: MoneyKit::CustomSandboxData#hash

Defined in:
lib/moneykit/models/custom_sandbox_data.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



134
135
136
# File 'lib/moneykit/models/custom_sandbox_data.rb', line 134

def hash
  [accounts, owners].hash
end