Method: AsposeEmailCloud::ClientThreadDeleteRequest#to_hash
- Defined in:
- lib/aspose-email-cloud/models/client_thread_delete_request.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
217 218 219 220 221 222 223 224 225 |
# File 'lib/aspose-email-cloud/models/client_thread_delete_request.rb', line 217 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 |