Method: DocuSign_eSign::PaymentDetails#hash
- Defined in:
- lib/docusign_esign/models/payment_details.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
119 120 121 |
# File 'lib/docusign_esign/models/payment_details.rb', line 119 def hash [currency_code, gateway_account_id, line_items, status, total].hash end |