Method: AsposeCellsCloud::WorksheetMovingRequest#list_invalid_properties
- Defined in:
- lib/aspose_cells_cloud/models/worksheet_moving_request.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/aspose_cells_cloud/models/worksheet_moving_request.rb', line 74 def list_invalid_properties invalid_properties = Array.new if @destination_worksheet.nil? invalid_properties.push("invalid value for 'destination_worksheet', destination_worksheet cannot be nil.") end if @position.nil? invalid_properties.push("invalid value for 'position', position cannot be nil.") end return invalid_properties end |