Method: DocuSign_eSign::Text#to_hash
- Defined in:
- lib/docusign_esign/models/text.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
1347 1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/docusign_esign/models/text.rb', line 1347 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 |