Method: PulpFileClient::PaginatedfileFileContentResponseList#list_invalid_properties

Defined in:
lib/pulp_file_client/models/paginatedfile_file_content_response_list.rb

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons


99
100
101
102
103
104
105
106
107
108
109
110
111
# File 'lib/pulp_file_client/models/paginatedfile_file_content_response_list.rb', line 99

def list_invalid_properties
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
  invalid_properties = Array.new
  if @count.nil?
    invalid_properties.push('invalid value for "count", count cannot be nil.')
  end

  if @results.nil?
    invalid_properties.push('invalid value for "results", results cannot be nil.')
  end

  invalid_properties
end