Method: AsposePdfCloud::PolyLineAnnotationResponse#valid?

Defined in:
lib/aspose_pdf_cloud/models/poly_line_annotation_response.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



91
92
93
94
# File 'lib/aspose_pdf_cloud/models/poly_line_annotation_response.rb', line 91

def valid?
  return false if @code.nil?
  return true
end