Method: DocuSign_Monitor::WebQuery#valid?
- Defined in:
- lib/docusign_monitor/models/web_query.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
104 105 106 107 108 |
# File 'lib/docusign_monitor/models/web_query.rb', line 104 def valid? query_scope_validator = EnumAttributeValidator.new('String', ['AccountId', 'OrganizationId', 'None']) return false unless query_scope_validator.valid?(@query_scope) true end |