Method: Kickflow::PostGeneralMastersRequest#list_invalid_properties
- Defined in:
- lib/kickflow/models/post_general_masters_request.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
101 102 103 104 105 106 107 108 109 |
# File 'lib/kickflow/models/post_general_masters_request.rb', line 101 def list_invalid_properties warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' invalid_properties = Array.new if @name.nil? invalid_properties.push('invalid value for "name", name cannot be nil.') end invalid_properties end |