Method: PulpFileClient::FileFileDistribution#base_path
- Defined in:
- lib/pulp_file_client/models/file_file_distribution.rb
#base_path ⇒ Object
The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. "foo" and "foo/bar")
20 21 22 |
# File 'lib/pulp_file_client/models/file_file_distribution.rb', line 20 def base_path @base_path end |