Method: DocuSign_Maestro::DSTransformationStep#valid?
- Defined in:
- lib/docusign_maestro/models/ds_transformation_step.rb
permalink #valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
137 138 139 140 141 142 143 144 145 146 |
# File 'lib/docusign_maestro/models/ds_transformation_step.rb', line 137 def valid? return false if @config.nil? return false if @expression.nil? return false if @id.nil? return false if @input.nil? return false if @name.nil? return false if @output.nil? return false if @type.nil? true end |