Method: AsposeCellsCloud::AbstractCalculationMonitor#valid?
- Defined in:
- lib/aspose_cells_cloud/models/abstract_calculation_monitor.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
98 99 100 101 102 103 |
# File 'lib/aspose_cells_cloud/models/abstract_calculation_monitor.rb', line 98 def valid? return false if @original_value.nil? return false if @value_changed.nil? return false if @calculated_value.nil? return true end |