Method: DocuSign_Maestro::DSSignStepInput#valid?

Defined in:
lib/docusign_maestro/models/ds_sign_step_input.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]

105
106
107
108
109
110
# File 'lib/docusign_maestro/models/ds_sign_step_input.rb', line 105

def valid?
  return false if @documents.nil?
  return false if @is_embedded_sign.nil?
  return false if @signers.nil?
  true
end