Method: ESIClient::InternalServerError#list_invalid_properties
- Defined in:
- lib/esi_client/models/internal_server_error.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
50 51 52 53 54 55 56 57 |
# File 'lib/esi_client/models/internal_server_error.rb', line 50 def list_invalid_properties invalid_properties = Array.new if @error.nil? invalid_properties.push('invalid value for "error", error cannot be nil.') end invalid_properties end |