Method: DocuSign_eSign::Ssn#to_hash
- Defined in:
- lib/docusign_esign/models/ssn.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'lib/docusign_esign/models/ssn.rb', line 1307 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 |