Method: PulpFileClient::FileFileContentResponse#list_invalid_properties

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

#list_invalid_propertiesObject

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

Returns:

  • Array for valid properties with the reasons



143
144
145
146
147
148
149
150
# File 'lib/pulp_file_client/models/file_file_content_response.rb', line 143

def list_invalid_properties
  invalid_properties = Array.new
  if @relative_path.nil?
    invalid_properties.push('invalid value for "relative_path", relative_path cannot be nil.')
  end

  invalid_properties
end