Method: DocuSign_Maestro::WorkflowInstance#to_hash
- Defined in:
- lib/docusign_maestro/models/workflow_instance.rb
permalink #to_hash ⇒ Hash
Returns the object in the form of hash
276 277 278 279 280 281 282 283 284 |
# File 'lib/docusign_maestro/models/workflow_instance.rb', line 276 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 |