Method: DocuSign_Admin::OrgReportRequest#==
- Defined in:
- lib/docusign_admin/models/org_report_request.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
94 95 96 97 98 99 100 101 102 |
# File 'lib/docusign_admin/models/org_report_request.rb', line 94 def ==(o) return true if self.equal?(o) self.class == o.class && report_type == o.report_type && report_date_range == o.report_date_range && account_ids == o.account_ids && custom_start_date == o.custom_start_date && custom_end_date == o.custom_end_date end |