Method: OryClient::SubjectSet#valid?
- Defined in:
- lib/ory-client/models/subject_set.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
105 106 107 108 109 110 |
# File 'lib/ory-client/models/subject_set.rb', line 105 def valid? return false if @namespace.nil? return false if @object.nil? return false if @relation.nil? true end |