Method: Forgejo::CommitAffectedFiles#valid?

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

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



90
91
92
93
# File 'lib/forgejo/models/commit_affected_files.rb', line 90

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end