Method: DocSpring::ListSubmissionsResponse#valid?

Defined in:
lib/docspring/models/list_submissions_response.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid


108
109
110
111
112
113
# File 'lib/docspring/models/list_submissions_response.rb', line 108

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @submissions.nil?
  return false if @limit.nil?
  true
end