Method: Passbase::ResourceFile#list_invalid_properties
- Defined in:
- lib/passbase/models/resource_file.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
95 96 97 98 |
# File 'lib/passbase/models/resource_file.rb', line 95 def list_invalid_properties invalid_properties = Array.new invalid_properties end |