Method: Onfido::Extraction#valid?
- Defined in:
- lib/onfido/models/extraction.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
92 93 94 95 |
# File 'lib/onfido/models/extraction.rb', line 92 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |