Method: Forgejo::CombinedStatus#valid?
- Defined in:
- lib/forgejo/models/combined_status.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
133 134 135 136 |
# File 'lib/forgejo/models/combined_status.rb', line 133 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |