Method: AsposeCellsCloud::LegendEntries#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



88
89
90
91
92
# File 'lib/aspose_cells_cloud/models/legend_entries.rb', line 88

def valid?
  return false if @legend_entry_list.nil?
  return false if @link.nil?
  return true
end