Method: OryClient::ProjectServiceOAuth2#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



78
79
80
81
# File 'lib/ory-client/models/project_service_o_auth2.rb', line 78

def valid?
  return false if @config.nil?
  true
end