Method: Wire4Client::AccountDetail#hash
- Defined in:
- lib/wire4_client/models/account_detail.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
131 132 133 |
# File 'lib/wire4_client/models/account_detail.rb', line 131 def hash [address, business_name, constitution_date, emails, legal_representatives, rfc].hash end |