Method: Forgejo::ActivityPub#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



82
83
84
85
# File 'lib/forgejo/models/activity_pub.rb', line 82

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