Method: DocuSign_eSign::Signer#to_hash
- Defined in:
- lib/docusign_esign/models/signer.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
1148 1149 1150 1151 1152 1153 1154 1155 1156 |
# File 'lib/docusign_esign/models/signer.rb', line 1148 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 |