Method: PulpcoreClient::AccessPolicy#valid?

Defined in:
lib/pulpcore_client/models/access_policy.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



107
108
109
110
# File 'lib/pulpcore_client/models/access_policy.rb', line 107

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