Method: MoneyKit::CustomSandboxData#hash
- Defined in:
- lib/moneykit/models/custom_sandbox_data.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
134 135 136 |
# File 'lib/moneykit/models/custom_sandbox_data.rb', line 134 def hash [accounts, owners].hash end |