Method: DocuSign_eSign::Recipients#to_hash
- Defined in:
- lib/docusign_esign/models/recipients.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
284 285 286 287 288 289 290 291 292 |
# File 'lib/docusign_esign/models/recipients.rb', line 284 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 |