Method: OryClient::ProjectServiceIdentity#valid?
- Defined in:
- lib/ory-client/models/project_service_identity.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
81 82 83 84 85 |
# File 'lib/ory-client/models/project_service_identity.rb', line 81 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @config.nil? true end |