Method: OryClient::SetProject#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



91
92
93
94
95
# File 'lib/ory-client/models/set_project.rb', line 91

def valid?
  return false if @name.nil?
  return false if @services.nil?
  true
end