Method: OryClient::SetProject#list_invalid_properties
- Defined in:
- lib/ory-client/models/set_project.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'lib/ory-client/models/set_project.rb', line 76 def list_invalid_properties invalid_properties = Array.new if @name.nil? invalid_properties.push('invalid value for "name", name cannot be nil.') end if @services.nil? invalid_properties.push('invalid value for "services", services cannot be nil.') end invalid_properties end |