Method: stcloud::MailReportResponse#hash

Defined in:
lib/stcloud/models/mail_report_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



116
117
118
# File 'lib/stcloud/models/mail_report_response.rb', line 116

def hash
  [data, errors, message, success].hash
end