Method: PureCloud::ReportingExportJobResponse#to_hash
- Defined in:
- lib/purecloudplatformclientv2/models/reporting_export_job_response.rb
#to_hash ⇒ Object
return the object in the form of hash
976 977 978 979 980 981 982 983 984 |
# File 'lib/purecloudplatformclientv2/models/reporting_export_job_response.rb', line 976 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end |