Method: AsposeCellsCloud::SpinnerResponse#valid?

Defined in:
lib/aspose_cells_cloud/models/spinner_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/spinner_response.rb', line 98

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