Method: DocuSign_Admin::OrgReportRequest#hash
- Defined in:
- lib/docusign_admin/models/org_report_request.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
112 113 114 |
# File 'lib/docusign_admin/models/org_report_request.rb', line 112 def hash [report_type, report_date_range, account_ids, custom_start_date, custom_end_date].hash end |