Method: FormAPI::SubmissionBatchData#valid?

Defined in:
lib/form_api/models/submission_batch_data.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



85
86
87
88
# File 'lib/form_api/models/submission_batch_data.rb', line 85

def valid?
  return false if @submissions.nil?
  true
end