Method: PulpcoreClient::ObjectRolesResponse#valid?
- Defined in:
- lib/pulpcore_client/models/object_roles_response.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
74 75 76 77 |
# File 'lib/pulpcore_client/models/object_roles_response.rb', line 74 def valid? return false if @roles.nil? true end |