Method: MergeHRISClient::Issue#list_invalid_properties

Defined in:
lib/merge_hris_client/models/issue.rb

#list_invalid_propertiesObject

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

Returns:

  • Array for valid properties with the reasons



130
131
132
133
134
135
136
137
# File 'lib/merge_hris_client/models/issue.rb', line 130

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

  invalid_properties
end