Method: DocuSign_eSign::TabMetadata#to_hash
- Defined in:
- lib/docusign_esign/models/tab_metadata.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
598 599 600 601 602 603 604 605 606 |
# File 'lib/docusign_esign/models/tab_metadata.rb', line 598 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 |