Method: DocuSign_Maestro::WorkflowStepHistory#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid

[View source]

155
156
157
158
159
160
161
# File 'lib/docusign_maestro/models/workflow_step_history.rb', line 155

def valid?
  return false if @dac_id.nil?
  return false if @step_name.nil?
  return false if @step_state.nil?
  return false if @user_id.nil?
  true
end