Method: DocuSign_Maestro::DSWorkflowVariableFromVariable#valid?

Defined in:
lib/docusign_maestro/models/ds_workflow_variable_from_variable.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid


95
96
97
98
99
100
101
# File 'lib/docusign_maestro/models/ds_workflow_variable_from_variable.rb', line 95

def valid?
  return false if @key.nil?
  return false if @property_name.nil?
  return false if @source.nil?
  return false if @step_id.nil?
  true
end