pulp_file_client 1.3.0 → 1.4.0.post0

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 (57) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -12
  3. data/docs/ContentFilesApi.md +2 -2
  4. data/docs/DistributionsFileApi.md +2 -2
  5. data/docs/ExportersFileExportsApi.md +2 -2
  6. data/docs/ExportersFilesystemApi.md +2 -2
  7. data/docs/{InlineResponse2003.md → PaginatedExportResponseList.md} +4 -4
  8. data/docs/{InlineResponse2007.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  9. data/docs/{InlineResponse200.md → PaginatedfileFileContentResponseList.md} +4 -4
  10. data/docs/{InlineResponse2001.md → PaginatedfileFileDistributionResponseList.md} +4 -4
  11. data/docs/{InlineResponse2002.md → PaginatedfileFileFilesystemExporterResponseList.md} +4 -4
  12. data/docs/{InlineResponse2004.md → PaginatedfileFilePublicationResponseList.md} +4 -4
  13. data/docs/{InlineResponse2005.md → PaginatedfileFileRemoteResponseList.md} +4 -4
  14. data/docs/{InlineResponse2006.md → PaginatedfileFileRepositoryResponseList.md} +4 -4
  15. data/docs/PublicationsFileApi.md +2 -2
  16. data/docs/RemotesFileApi.md +2 -2
  17. data/docs/RepositoriesFileApi.md +2 -2
  18. data/docs/RepositoriesFileVersionsApi.md +2 -2
  19. data/lib/pulp_file_client/api/content_files_api.rb +3 -3
  20. data/lib/pulp_file_client/api/distributions_file_api.rb +3 -3
  21. data/lib/pulp_file_client/api/exporters_file_exports_api.rb +3 -3
  22. data/lib/pulp_file_client/api/exporters_filesystem_api.rb +3 -3
  23. data/lib/pulp_file_client/api/publications_file_api.rb +3 -3
  24. data/lib/pulp_file_client/api/remotes_file_api.rb +3 -3
  25. data/lib/pulp_file_client/api/repositories_file_api.rb +3 -3
  26. data/lib/pulp_file_client/api/repositories_file_versions_api.rb +3 -3
  27. data/lib/pulp_file_client/models/{inline_response2003.rb → paginated_export_response_list.rb} +3 -3
  28. data/lib/pulp_file_client/models/{inline_response2007.rb → paginated_repository_version_response_list.rb} +3 -3
  29. data/lib/pulp_file_client/models/{inline_response200.rb → paginatedfile_file_content_response_list.rb} +3 -3
  30. data/lib/pulp_file_client/models/{inline_response2001.rb → paginatedfile_file_distribution_response_list.rb} +3 -3
  31. data/lib/pulp_file_client/models/{inline_response2002.rb → paginatedfile_file_filesystem_exporter_response_list.rb} +3 -3
  32. data/lib/pulp_file_client/models/{inline_response2004.rb → paginatedfile_file_publication_response_list.rb} +3 -3
  33. data/lib/pulp_file_client/models/{inline_response2005.rb → paginatedfile_file_remote_response_list.rb} +3 -3
  34. data/lib/pulp_file_client/models/{inline_response2006.rb → paginatedfile_file_repository_response_list.rb} +3 -3
  35. data/lib/pulp_file_client/version.rb +1 -1
  36. data/lib/pulp_file_client.rb +8 -8
  37. data/spec/api/content_files_api_spec.rb +1 -1
  38. data/spec/api/distributions_file_api_spec.rb +1 -1
  39. data/spec/api/exporters_file_exports_api_spec.rb +1 -1
  40. data/spec/api/exporters_filesystem_api_spec.rb +1 -1
  41. data/spec/api/publications_file_api_spec.rb +1 -1
  42. data/spec/api/remotes_file_api_spec.rb +1 -1
  43. data/spec/api/repositories_file_api_spec.rb +1 -1
  44. data/spec/api/repositories_file_versions_api_spec.rb +1 -1
  45. data/spec/models/{inline_response2001_spec.rb → paginated_export_response_list_spec.rb} +6 -6
  46. data/spec/models/{inline_response2004_spec.rb → paginated_repository_version_response_list_spec.rb} +6 -6
  47. data/spec/models/{inline_response2003_spec.rb → paginatedfile_file_content_response_list_spec.rb} +6 -6
  48. data/spec/models/paginatedfile_file_distribution_response_list_spec.rb +59 -0
  49. data/spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb +59 -0
  50. data/spec/models/paginatedfile_file_publication_response_list_spec.rb +59 -0
  51. data/spec/models/{inline_response2002_spec.rb → paginatedfile_file_remote_response_list_spec.rb} +6 -6
  52. data/spec/models/paginatedfile_file_repository_response_list_spec.rb +59 -0
  53. metadata +58 -58
  54. data/spec/models/inline_response2005_spec.rb +0 -59
  55. data/spec/models/inline_response2006_spec.rb +0 -59
  56. data/spec/models/inline_response2007_spec.rb +0 -59
  57. data/spec/models/inline_response200_spec.rb +0 -59
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpFileClient
16
- class InlineResponse200
16
+ class PaginatedfileFileContentResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpFileClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::InlineResponse200` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::PaginatedfileFileContentResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::InlineResponse200`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::PaginatedfileFileContentResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpFileClient
16
- class InlineResponse2001
16
+ class PaginatedfileFileDistributionResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpFileClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::InlineResponse2001` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::PaginatedfileFileDistributionResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::InlineResponse2001`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::PaginatedfileFileDistributionResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpFileClient
16
- class InlineResponse2002
16
+ class PaginatedfileFileFilesystemExporterResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpFileClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::InlineResponse2002` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::PaginatedfileFileFilesystemExporterResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::InlineResponse2002`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::PaginatedfileFileFilesystemExporterResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpFileClient
16
- class InlineResponse2004
16
+ class PaginatedfileFilePublicationResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpFileClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::InlineResponse2004` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::PaginatedfileFilePublicationResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::InlineResponse2004`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::PaginatedfileFilePublicationResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpFileClient
16
- class InlineResponse2005
16
+ class PaginatedfileFileRemoteResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpFileClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::InlineResponse2005` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::PaginatedfileFileRemoteResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::InlineResponse2005`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::PaginatedfileFileRemoteResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpFileClient
16
- class InlineResponse2006
16
+ class PaginatedfileFileRepositoryResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpFileClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::InlineResponse2006` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::PaginatedfileFileRepositoryResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::InlineResponse2006`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::PaginatedfileFileRepositoryResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '1.3.0'
14
+ VERSION = '1.4.0.post0'
15
15
  end
@@ -33,14 +33,14 @@ require 'pulp_file_client/models/file_file_remote'
33
33
  require 'pulp_file_client/models/file_file_remote_response'
34
34
  require 'pulp_file_client/models/file_file_repository'
35
35
  require 'pulp_file_client/models/file_file_repository_response'
36
- require 'pulp_file_client/models/inline_response200'
37
- require 'pulp_file_client/models/inline_response2001'
38
- require 'pulp_file_client/models/inline_response2002'
39
- require 'pulp_file_client/models/inline_response2003'
40
- require 'pulp_file_client/models/inline_response2004'
41
- require 'pulp_file_client/models/inline_response2005'
42
- require 'pulp_file_client/models/inline_response2006'
43
- require 'pulp_file_client/models/inline_response2007'
36
+ require 'pulp_file_client/models/paginated_export_response_list'
37
+ require 'pulp_file_client/models/paginated_repository_version_response_list'
38
+ require 'pulp_file_client/models/paginatedfile_file_content_response_list'
39
+ require 'pulp_file_client/models/paginatedfile_file_distribution_response_list'
40
+ require 'pulp_file_client/models/paginatedfile_file_filesystem_exporter_response_list'
41
+ require 'pulp_file_client/models/paginatedfile_file_publication_response_list'
42
+ require 'pulp_file_client/models/paginatedfile_file_remote_response_list'
43
+ require 'pulp_file_client/models/paginatedfile_file_repository_response_list'
44
44
  require 'pulp_file_client/models/patchedfile_file_distribution'
45
45
  require 'pulp_file_client/models/patchedfile_file_filesystem_exporter'
46
46
  require 'pulp_file_client/models/patchedfile_file_remote'
@@ -61,7 +61,7 @@ describe 'ContentFilesApi' do
61
61
  # @option opts [String] :sha256 sha256
62
62
  # @option opts [String] :fields A list of fields to include in the response.
63
63
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
64
- # @return [InlineResponse200]
64
+ # @return [PaginatedfileFileContentResponseList]
65
65
  describe 'list test' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -71,7 +71,7 @@ describe 'DistributionsFileApi' do
71
71
  # @option opts [String] :ordering Which field to use when ordering the results.
72
72
  # @option opts [String] :fields A list of fields to include in the response.
73
73
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
74
- # @return [InlineResponse2001]
74
+ # @return [PaginatedfileFileDistributionResponseList]
75
75
  describe 'list test' do
76
76
  it 'should work' do
77
77
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -67,7 +67,7 @@ describe 'ExportersFileExportsApi' do
67
67
  # @option opts [String] :ordering Which field to use when ordering the results.
68
68
  # @option opts [String] :fields A list of fields to include in the response.
69
69
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
70
- # @return [InlineResponse2003]
70
+ # @return [PaginatedExportResponseList]
71
71
  describe 'list test' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -67,7 +67,7 @@ describe 'ExportersFilesystemApi' do
67
67
  # @option opts [String] :ordering Which field to use when ordering the results.
68
68
  # @option opts [String] :fields A list of fields to include in the response.
69
69
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
70
- # @return [InlineResponse2002]
70
+ # @return [PaginatedfileFileFilesystemExporterResponseList]
71
71
  describe 'list test' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -72,7 +72,7 @@ describe 'PublicationsFileApi' do
72
72
  # @option opts [String] :repository_version repository_version
73
73
  # @option opts [String] :fields A list of fields to include in the response.
74
74
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
75
- # @return [InlineResponse2004]
75
+ # @return [PaginatedfileFilePublicationResponseList]
76
76
  describe 'list test' do
77
77
  it 'should work' do
78
78
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -73,7 +73,7 @@ describe 'RemotesFileApi' do
73
73
  # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
74
74
  # @option opts [String] :fields A list of fields to include in the response.
75
75
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
76
- # @return [InlineResponse2005]
76
+ # @return [PaginatedfileFileRemoteResponseList]
77
77
  describe 'list test' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -67,7 +67,7 @@ describe 'RepositoriesFileApi' do
67
67
  # @option opts [String] :ordering Which field to use when ordering the results.
68
68
  # @option opts [String] :fields A list of fields to include in the response.
69
69
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
70
- # @return [InlineResponse2006]
70
+ # @return [PaginatedfileFileRepositoryResponseList]
71
71
  describe 'list test' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,7 +68,7 @@ describe 'RepositoriesFileVersionsApi' do
68
68
  # @option opts [String] :pulp_created__range pulp_created__range
69
69
  # @option opts [String] :fields A list of fields to include in the response.
70
70
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
71
- # @return [InlineResponse2007]
71
+ # @return [PaginatedRepositoryVersionResponseList]
72
72
  describe 'list test' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpFileClient::InlineResponse2001
17
+ # Unit tests for PulpFileClient::PaginatedExportResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2001' do
20
+ describe 'PaginatedExportResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpFileClient::InlineResponse2001.new
23
+ @instance = PulpFileClient::PaginatedExportResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2001' do
31
- it 'should create an instance of InlineResponse2001' do
32
- expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2001)
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
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpFileClient::InlineResponse2004
17
+ # Unit tests for PulpFileClient::PaginatedRepositoryVersionResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2004' do
20
+ describe 'PaginatedRepositoryVersionResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpFileClient::InlineResponse2004.new
23
+ @instance = PulpFileClient::PaginatedRepositoryVersionResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2004' do
31
- it 'should create an instance of InlineResponse2004' do
32
- expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2004)
30
+ describe 'test an instance of PaginatedRepositoryVersionResponseList' do
31
+ it 'should create an instance of PaginatedRepositoryVersionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::PaginatedRepositoryVersionResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpFileClient::InlineResponse2003
17
+ # Unit tests for PulpFileClient::PaginatedfileFileContentResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2003' do
20
+ describe 'PaginatedfileFileContentResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpFileClient::InlineResponse2003.new
23
+ @instance = PulpFileClient::PaginatedfileFileContentResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2003' do
31
- it 'should create an instance of InlineResponse2003' do
32
- expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2003)
30
+ describe 'test an instance of PaginatedfileFileContentResponseList' do
31
+ it 'should create an instance of PaginatedfileFileContentResponseList' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::PaginatedfileFileContentResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -0,0 +1,59 @@
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::PaginatedfileFileDistributionResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedfileFileDistributionResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpFileClient::PaginatedfileFileDistributionResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedfileFileDistributionResponseList' do
31
+ it 'should create an instance of PaginatedfileFileDistributionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::PaginatedfileFileDistributionResponseList)
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
@@ -0,0 +1,59 @@
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
@@ -0,0 +1,59 @@
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::PaginatedfileFilePublicationResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedfileFilePublicationResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpFileClient::PaginatedfileFilePublicationResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedfileFilePublicationResponseList' do
31
+ it 'should create an instance of PaginatedfileFilePublicationResponseList' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::PaginatedfileFilePublicationResponseList)
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
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpFileClient::InlineResponse2002
17
+ # Unit tests for PulpFileClient::PaginatedfileFileRemoteResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2002' do
20
+ describe 'PaginatedfileFileRemoteResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpFileClient::InlineResponse2002.new
23
+ @instance = PulpFileClient::PaginatedfileFileRemoteResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2002' do
31
- it 'should create an instance of InlineResponse2002' do
32
- expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2002)
30
+ describe 'test an instance of PaginatedfileFileRemoteResponseList' do
31
+ it 'should create an instance of PaginatedfileFileRemoteResponseList' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::PaginatedfileFileRemoteResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -0,0 +1,59 @@
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::PaginatedfileFileRepositoryResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedfileFileRepositoryResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpFileClient::PaginatedfileFileRepositoryResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedfileFileRepositoryResponseList' do
31
+ it 'should create an instance of PaginatedfileFileRepositoryResponseList' do
32
+ expect(@instance).to be_instance_of(PulpFileClient::PaginatedfileFileRepositoryResponseList)
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