Method: PulpFileClient::FileFileContentResponse#list_invalid_properties
- Defined in:
- lib/pulp_file_client/models/file_file_content_response.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
188 189 190 191 192 193 194 195 196 |
# File 'lib/pulp_file_client/models/file_file_content_response.rb', line 188 def list_invalid_properties warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' 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 |