Method: DocSpring::CombinePdfsData#list_invalid_properties
- Defined in:
- lib/docspring/models/combine_pdfs_data.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
111 112 113 114 115 116 117 118 119 |
# File 'lib/docspring/models/combine_pdfs_data.rb', line 111 def list_invalid_properties warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' invalid_properties = Array.new if @source_pdfs.nil? invalid_properties.push('invalid value for "source_pdfs", source_pdfs cannot be nil.') end invalid_properties end |