Method: OpenapiClient::StepRequest#list_invalid_properties
- Defined in:
- lib/openapi_client/models/step_request.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
61 62 63 64 65 66 67 68 |
# File 'lib/openapi_client/models/step_request.rb', line 61 def list_invalid_properties invalid_properties = Array.new if @type.nil? invalid_properties.push('invalid value for "type", type cannot be nil.') end invalid_properties end |