Method: FormAPI::CombinePdfsData#valid?
- Defined in:
- lib/form_api/models/combine_pdfs_data.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
93 94 95 96 |
# File 'lib/form_api/models/combine_pdfs_data.rb', line 93 def valid? return false if @source_pdfs.nil? true end |