Method: OryClient::UpdateIdentityBody#valid?
- Defined in:
- lib/ory-client/models/update_identity_body.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
133 134 135 136 137 138 |
# File 'lib/ory-client/models/update_identity_body.rb', line 133 def valid? return false if @schema_id.nil? return false if @state.nil? return false if @traits.nil? true end |