Method: DocSpring::CustomFile#list_invalid_properties
- Defined in:
- lib/docspring/models/custom_file.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
81 82 83 84 85 |
# File 'lib/docspring/models/custom_file.rb', line 81 def list_invalid_properties warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' invalid_properties = Array.new invalid_properties end |