Method: Forgejo::PublicKey#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



146
147
148
149
# File 'lib/forgejo/models/public_key.rb', line 146

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