Method: PureCloud::RecordingDataV2Notification#to_hash
- Defined in:
- lib/purecloud/models/recording_data_v2_notification.rb
#to_hash ⇒ Object
return the object in the form of hash
298 299 300 301 302 303 304 305 306 |
# File 'lib/purecloud/models/recording_data_v2_notification.rb', line 298 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 |