Method: DocuSign_eSign::CertifiedDelivery#to_hash
- Defined in:
- lib/docusign_esign/models/certified_delivery.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
623 624 625 626 627 628 629 630 631 |
# File 'lib/docusign_esign/models/certified_delivery.rb', line 623 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 |