Method: PulpContainerClient::ContainerRepositorySyncURL#valid?

Defined in:
lib/pulp_container_client/models/container_repository_sync_url.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



99
100
101
102
# File 'lib/pulp_container_client/models/container_repository_sync_url.rb', line 99

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end