Method: AsposePdfCloud::Position#valid?
- Defined in:
- lib/aspose_pdf_cloud/models/position.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
86 87 88 89 90 |
# File 'lib/aspose_pdf_cloud/models/position.rb', line 86 def valid? return false if @x_indent.nil? return false if @y_indent.nil? return true end |