Method: AsposeCellsCloud::StorageExist#valid?

Defined in:
lib/aspose_cells_cloud/models/storage_exist.rb

#valid?Boolean

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

Returns:

  • true if the model is valid



78
79
80
81
# File 'lib/aspose_cells_cloud/models/storage_exist.rb', line 78

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