Method: AsposeCellsCloud::OleObjectResponse#valid?

Defined in:
lib/aspose_cells_cloud/models/ole_object_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



98
99
100
101
102
103
# File 'lib/aspose_cells_cloud/models/ole_object_response.rb', line 98

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