Method: AsposeCellsCloud::PdfSecurityOptions#valid?
- Defined in:
- lib/aspose_cells_cloud/models/pdf_security_options.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
158 159 160 161 162 163 164 165 166 167 168 169 |
# File 'lib/aspose_cells_cloud/models/pdf_security_options.rb', line 158 def valid? return false if .nil? return false if .nil? return false if .nil? return false if .nil? return false if .nil? return false if .nil? return false if @owner_password.nil? return false if .nil? return false if @user_password.nil? return true end |