Method: DocuSign_eSign::FormulaTab#to_hash
- Defined in:
- lib/docusign_esign/models/formula_tab.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
1458 1459 1460 1461 1462 1463 1464 1465 1466 |
# File 'lib/docusign_esign/models/formula_tab.rb', line 1458 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 |