pulp_file_client 1.8.0.dev1621916753 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -21
  3. data/lib/pulp_file_client.rb +0 -9
  4. data/lib/pulp_file_client/version.rb +1 -1
  5. metadata +4 -40
  6. data/docs/ExportResponse.md +0 -25
  7. data/docs/ExportersFileExportsApi.md +0 -243
  8. data/docs/ExportersFilesystemApi.md +0 -362
  9. data/docs/FileFileFilesystemExporter.md +0 -19
  10. data/docs/FileFileFilesystemExporterResponse.md +0 -23
  11. data/docs/PaginatedExportResponseList.md +0 -23
  12. data/docs/PaginatedfileFileFilesystemExporterResponseList.md +0 -23
  13. data/docs/PatchedfileFileFilesystemExporter.md +0 -19
  14. data/docs/PublicationExport.md +0 -17
  15. data/lib/pulp_file_client/api/exporters_file_exports_api.rb +0 -297
  16. data/lib/pulp_file_client/api/exporters_filesystem_api.rb +0 -442
  17. data/lib/pulp_file_client/models/export_response.rb +0 -250
  18. data/lib/pulp_file_client/models/file_file_filesystem_exporter.rb +0 -228
  19. data/lib/pulp_file_client/models/file_file_filesystem_exporter_response.rb +0 -247
  20. data/lib/pulp_file_client/models/paginated_export_response_list.rb +0 -237
  21. data/lib/pulp_file_client/models/paginatedfile_file_filesystem_exporter_response_list.rb +0 -237
  22. data/lib/pulp_file_client/models/patchedfile_file_filesystem_exporter.rb +0 -218
  23. data/lib/pulp_file_client/models/publication_export.rb +0 -213
  24. data/spec/api/exporters_file_exports_api_spec.rb +0 -91
  25. data/spec/api/exporters_filesystem_api_spec.rb +0 -120
  26. data/spec/models/export_response_spec.rb +0 -65
  27. data/spec/models/file_file_filesystem_exporter_response_spec.rb +0 -59
  28. data/spec/models/file_file_filesystem_exporter_spec.rb +0 -47
  29. data/spec/models/paginated_export_response_list_spec.rb +0 -59
  30. data/spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb +0 -59
  31. data/spec/models/patchedfile_file_filesystem_exporter_spec.rb +0 -47
  32. data/spec/models/publication_export_spec.rb +0 -41
@@ -1,59 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpFileClient::FileFileFilesystemExporterResponse
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'FileFileFilesystemExporterResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::FileFileFilesystemExporterResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of FileFileFilesystemExporterResponse' do
31
- it 'should create an instance of FileFileFilesystemExporterResponse' do
32
- expect(@instance).to be_instance_of(PulpFileClient::FileFileFilesystemExporterResponse)
33
- end
34
- end
35
- describe 'test attribute "pulp_href"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "pulp_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "name"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "path"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end
@@ -1,47 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpFileClient::FileFileFilesystemExporter
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'FileFileFilesystemExporter' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::FileFileFilesystemExporter.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of FileFileFilesystemExporter' do
31
- it 'should create an instance of FileFileFilesystemExporter' do
32
- expect(@instance).to be_instance_of(PulpFileClient::FileFileFilesystemExporter)
33
- end
34
- end
35
- describe 'test attribute "name"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "path"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- end
@@ -1,59 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpFileClient::PaginatedExportResponseList
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'PaginatedExportResponseList' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::PaginatedExportResponseList.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of PaginatedExportResponseList' do
31
- it 'should create an instance of PaginatedExportResponseList' do
32
- expect(@instance).to be_instance_of(PulpFileClient::PaginatedExportResponseList)
33
- end
34
- end
35
- describe 'test attribute "count"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "_next"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "previous"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "results"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end
@@ -1,59 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpFileClient::PaginatedfileFileFilesystemExporterResponseList
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'PaginatedfileFileFilesystemExporterResponseList' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::PaginatedfileFileFilesystemExporterResponseList.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of PaginatedfileFileFilesystemExporterResponseList' do
31
- it 'should create an instance of PaginatedfileFileFilesystemExporterResponseList' do
32
- expect(@instance).to be_instance_of(PulpFileClient::PaginatedfileFileFilesystemExporterResponseList)
33
- end
34
- end
35
- describe 'test attribute "count"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "_next"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "previous"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "results"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end
@@ -1,47 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpFileClient::PatchedfileFileFilesystemExporter
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'PatchedfileFileFilesystemExporter' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::PatchedfileFileFilesystemExporter.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of PatchedfileFileFilesystemExporter' do
31
- it 'should create an instance of PatchedfileFileFilesystemExporter' do
32
- expect(@instance).to be_instance_of(PulpFileClient::PatchedfileFileFilesystemExporter)
33
- end
34
- end
35
- describe 'test attribute "name"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "path"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- end
@@ -1,41 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpFileClient::PublicationExport
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'PublicationExport' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::PublicationExport.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of PublicationExport' do
31
- it 'should create an instance of PublicationExport' do
32
- expect(@instance).to be_instance_of(PulpFileClient::PublicationExport)
33
- end
34
- end
35
- describe 'test attribute "publication"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- end