Method: DocSpring::CombinedSubmissionData#valid?
- Defined in:
- lib/docspring/models/combined_submission_data.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
85 86 87 88 |
# File 'lib/docspring/models/combined_submission_data.rb', line 85 def valid? return false if @submission_ids.nil? true end |