Method: Onfido::WebhookShared#valid?
- Defined in:
- lib/onfido/models/webhook_shared.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
107 108 109 110 |
# File 'lib/onfido/models/webhook_shared.rb', line 107 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |