Method: OryClient::RelationQuery#valid?

Defined in:
lib/ory-client/models/relation_query.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



118
119
120
121
# File 'lib/ory-client/models/relation_query.rb', line 118

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end