Method: DocuSign_eSign::BrandsResponse#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



100
101
102
# File 'lib/docusign_esign/models/brands_response.rb', line 100

def hash
  [brands, recipient_brand_id_default, sender_brand_id_default].hash
end