Method: DocuSign_eSign::AddressInformation#hash
- Defined in:
- lib/docusign_esign/models/address_information.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
156 157 158 |
# File 'lib/docusign_esign/models/address_information.rb', line 156 def hash [address1, address2, city, country, fax, phone, postal_code, state_or_province, zip_plus4].hash end |