Method: Forgejo::Package#list_invalid_properties

Defined in:
lib/forgejo/models/package.rb

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?



138
139
140
141
142
# File 'lib/forgejo/models/package.rb', line 138

def list_invalid_properties
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
  invalid_properties = Array.new
  invalid_properties
end