Method: DocSpring::CombinePdfsData#valid?
- Defined in:
- lib/docspring/models/combine_pdfs_data.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
123 124 125 126 127 |
# File 'lib/docspring/models/combine_pdfs_data.rb', line 123 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @source_pdfs.nil? true end |