Method: DocSpring::MoveFolderData#valid?
- Defined in:
- lib/docspring/models/move_folder_data.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
75 76 77 78 |
# File 'lib/docspring/models/move_folder_data.rb', line 75 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |