Method: DocuSign_eSign::AccountAddress#hash

Defined in:
lib/docusign_esign/models/account_address.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



188
189
190
# File 'lib/docusign_esign/models/account_address.rb', line 188

def hash
  [address1, address2, city, country, email, fax, first_name, last_name, phone, postal_code, state, supported_countries].hash
end