pulp_ansible_client 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -19
  3. data/docs/AnsibleCollectionVersionResponse.md +3 -3
  4. data/docs/AnsibleCollectionsApi.md +2 -2
  5. data/docs/AnsibleRoleResponse.md +3 -3
  6. data/docs/ApiCollectionsApi.md +2 -2
  7. data/docs/ApiRolesApi.md +2 -2
  8. data/docs/ContentCollectionVersionsApi.md +2 -2
  9. data/docs/ContentRolesApi.md +2 -2
  10. data/docs/DistributionsAnsibleApi.md +2 -2
  11. data/docs/{InlineResponse20013.md → PaginatedCollectionResponseList.md} +2 -2
  12. data/docs/{InlineResponse20014.md → PaginatedCollectionVersionResponseList.md} +2 -2
  13. data/docs/{InlineResponse20011.md → PaginatedGalaxyCollectionResponseList.md} +4 -4
  14. data/docs/{InlineResponse20012.md → PaginatedGalaxyCollectionVersionResponseList.md} +4 -4
  15. data/docs/{InlineResponse2009.md → PaginatedGalaxyRoleResponseList.md} +4 -4
  16. data/docs/{InlineResponse20010.md → PaginatedGalaxyRoleVersionResponseList.md} +4 -4
  17. data/docs/{InlineResponse2008.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  18. data/docs/{InlineResponse2004.md → PaginatedTagResponseList.md} +4 -4
  19. data/docs/{InlineResponse2003.md → PaginatedansibleAnsibleDistributionResponseList.md} +4 -4
  20. data/docs/{InlineResponse2007.md → PaginatedansibleAnsibleRepositoryResponseList.md} +4 -4
  21. data/docs/{InlineResponse2005.md → PaginatedansibleCollectionRemoteResponseList.md} +4 -4
  22. data/docs/{InlineResponse200.md → PaginatedansibleCollectionResponseList.md} +4 -4
  23. data/docs/{InlineResponse2001.md → PaginatedansibleCollectionVersionResponseList.md} +4 -4
  24. data/docs/{InlineResponse2006.md → PaginatedansibleRoleRemoteResponseList.md} +4 -4
  25. data/docs/{InlineResponse2002.md → PaginatedansibleRoleResponseList.md} +4 -4
  26. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +2 -2
  27. data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +2 -2
  28. data/docs/PulpAnsibleTagsApi.md +2 -2
  29. data/docs/RemotesCollectionApi.md +2 -2
  30. data/docs/RemotesRoleApi.md +2 -2
  31. data/docs/RepositoriesAnsibleApi.md +2 -2
  32. data/docs/RepositoriesAnsibleVersionsApi.md +2 -2
  33. data/docs/VersionsApi.md +4 -4
  34. data/lib/pulp_ansible_client.rb +15 -15
  35. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +3 -3
  36. data/lib/pulp_ansible_client/api/api_collections_api.rb +3 -3
  37. data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -3
  38. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
  39. data/lib/pulp_ansible_client/api/content_roles_api.rb +3 -3
  40. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +3 -3
  41. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +3 -3
  42. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +3 -3
  43. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +3 -3
  44. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +3 -3
  45. data/lib/pulp_ansible_client/api/remotes_role_api.rb +3 -3
  46. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +3 -3
  47. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +3 -3
  48. data/lib/pulp_ansible_client/api/versions_api.rb +6 -6
  49. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +10 -10
  50. data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
  51. data/lib/pulp_ansible_client/models/{inline_response20013.rb → paginated_collection_response_list.rb} +3 -3
  52. data/lib/pulp_ansible_client/models/{inline_response20014.rb → paginated_collection_version_response_list.rb} +3 -3
  53. data/lib/pulp_ansible_client/models/{inline_response20011.rb → paginated_galaxy_collection_response_list.rb} +3 -3
  54. data/lib/pulp_ansible_client/models/{inline_response20012.rb → paginated_galaxy_collection_version_response_list.rb} +3 -3
  55. data/lib/pulp_ansible_client/models/{inline_response2009.rb → paginated_galaxy_role_response_list.rb} +3 -3
  56. data/lib/pulp_ansible_client/models/{inline_response20010.rb → paginated_galaxy_role_version_response_list.rb} +3 -3
  57. data/lib/pulp_ansible_client/models/{inline_response2008.rb → paginated_repository_version_response_list.rb} +3 -3
  58. data/lib/pulp_ansible_client/models/{inline_response2004.rb → paginated_tag_response_list.rb} +3 -3
  59. data/lib/pulp_ansible_client/models/{inline_response2003.rb → paginatedansible_ansible_distribution_response_list.rb} +3 -3
  60. data/lib/pulp_ansible_client/models/{inline_response2007.rb → paginatedansible_ansible_repository_response_list.rb} +3 -3
  61. data/lib/pulp_ansible_client/models/{inline_response2005.rb → paginatedansible_collection_remote_response_list.rb} +3 -3
  62. data/lib/pulp_ansible_client/models/{inline_response200.rb → paginatedansible_collection_response_list.rb} +3 -3
  63. data/lib/pulp_ansible_client/models/{inline_response2001.rb → paginatedansible_collection_version_response_list.rb} +3 -3
  64. data/lib/pulp_ansible_client/models/{inline_response2006.rb → paginatedansible_role_remote_response_list.rb} +3 -3
  65. data/lib/pulp_ansible_client/models/{inline_response2002.rb → paginatedansible_role_response_list.rb} +3 -3
  66. data/lib/pulp_ansible_client/version.rb +1 -1
  67. data/spec/api/ansible_collections_api_spec.rb +1 -1
  68. data/spec/api/api_collections_api_spec.rb +1 -1
  69. data/spec/api/api_roles_api_spec.rb +1 -1
  70. data/spec/api/content_collection_versions_api_spec.rb +1 -1
  71. data/spec/api/content_roles_api_spec.rb +1 -1
  72. data/spec/api/distributions_ansible_api_spec.rb +1 -1
  73. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +1 -1
  74. data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +1 -1
  75. data/spec/api/pulp_ansible_tags_api_spec.rb +1 -1
  76. data/spec/api/remotes_collection_api_spec.rb +1 -1
  77. data/spec/api/remotes_role_api_spec.rb +1 -1
  78. data/spec/api/repositories_ansible_api_spec.rb +1 -1
  79. data/spec/api/repositories_ansible_versions_api_spec.rb +1 -1
  80. data/spec/api/versions_api_spec.rb +2 -2
  81. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  82. data/spec/models/ansible_role_response_spec.rb +3 -3
  83. data/spec/models/{inline_response20014_spec.rb → paginated_collection_response_list_spec.rb} +6 -6
  84. data/spec/models/{inline_response20013_spec.rb → paginated_collection_version_response_list_spec.rb} +6 -6
  85. data/spec/models/{inline_response2001_spec.rb → paginated_galaxy_collection_response_list_spec.rb} +6 -6
  86. data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +59 -0
  87. data/spec/models/{inline_response20011_spec.rb → paginated_galaxy_role_response_list_spec.rb} +6 -6
  88. data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +59 -0
  89. data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
  90. data/spec/models/{inline_response20010_spec.rb → paginated_tag_response_list_spec.rb} +6 -6
  91. data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +59 -0
  92. data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +59 -0
  93. data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +59 -0
  94. data/spec/models/paginatedansible_collection_response_list_spec.rb +59 -0
  95. data/spec/models/paginatedansible_collection_version_response_list_spec.rb +59 -0
  96. data/spec/models/paginatedansible_role_remote_response_list_spec.rb +59 -0
  97. data/spec/models/{inline_response20012_spec.rb → paginatedansible_role_response_list_spec.rb} +6 -6
  98. metadata +62 -62
  99. data/spec/models/inline_response2002_spec.rb +0 -59
  100. data/spec/models/inline_response2003_spec.rb +0 -59
  101. data/spec/models/inline_response2004_spec.rb +0 -59
  102. data/spec/models/inline_response2005_spec.rb +0 -59
  103. data/spec/models/inline_response2006_spec.rb +0 -59
  104. data/spec/models/inline_response2007_spec.rb +0 -59
  105. data/spec/models/inline_response2008_spec.rb +0 -59
  106. data/spec/models/inline_response2009_spec.rb +0 -59
  107. 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 PulpAnsibleClient
16
- class InlineResponse20010
16
+ class PaginatedGalaxyRoleVersionResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpAnsibleClient
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 `PulpAnsibleClient::InlineResponse20010` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpAnsibleClient::PaginatedGalaxyRoleVersionResponseList` 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 `PulpAnsibleClient::InlineResponse20010`. 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 `PulpAnsibleClient::PaginatedGalaxyRoleVersionResponseList`. 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 PulpAnsibleClient
16
- class InlineResponse2008
16
+ class PaginatedRepositoryVersionResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpAnsibleClient
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 `PulpAnsibleClient::InlineResponse2008` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpAnsibleClient::PaginatedRepositoryVersionResponseList` 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 `PulpAnsibleClient::InlineResponse2008`. 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 `PulpAnsibleClient::PaginatedRepositoryVersionResponseList`. 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 PulpAnsibleClient
16
- class InlineResponse2004
16
+ class PaginatedTagResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpAnsibleClient
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 `PulpAnsibleClient::InlineResponse2004` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpAnsibleClient::PaginatedTagResponseList` 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 `PulpAnsibleClient::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 `PulpAnsibleClient::PaginatedTagResponseList`. 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 PulpAnsibleClient
16
- class InlineResponse2003
16
+ class PaginatedansibleAnsibleDistributionResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpAnsibleClient
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 `PulpAnsibleClient::InlineResponse2003` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList` 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 `PulpAnsibleClient::InlineResponse2003`. 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 `PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList`. 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 PulpAnsibleClient
16
- class InlineResponse2007
16
+ class PaginatedansibleAnsibleRepositoryResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpAnsibleClient
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 `PulpAnsibleClient::InlineResponse2007` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList` 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 `PulpAnsibleClient::InlineResponse2007`. 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 `PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList`. 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 PulpAnsibleClient
16
- class InlineResponse2005
16
+ class PaginatedansibleCollectionRemoteResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpAnsibleClient
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 `PulpAnsibleClient::InlineResponse2005` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList` 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 `PulpAnsibleClient::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 `PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList`. 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 PulpAnsibleClient
16
- class InlineResponse200
16
+ class PaginatedansibleCollectionResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpAnsibleClient
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 `PulpAnsibleClient::InlineResponse200` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpAnsibleClient::PaginatedansibleCollectionResponseList` 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 `PulpAnsibleClient::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 `PulpAnsibleClient::PaginatedansibleCollectionResponseList`. 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 PulpAnsibleClient
16
- class InlineResponse2001
16
+ class PaginatedansibleCollectionVersionResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpAnsibleClient
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 `PulpAnsibleClient::InlineResponse2001` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpAnsibleClient::PaginatedansibleCollectionVersionResponseList` 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 `PulpAnsibleClient::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 `PulpAnsibleClient::PaginatedansibleCollectionVersionResponseList`. 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 PulpAnsibleClient
16
- class InlineResponse2006
16
+ class PaginatedansibleRoleRemoteResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpAnsibleClient
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 `PulpAnsibleClient::InlineResponse2006` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpAnsibleClient::PaginatedansibleRoleRemoteResponseList` 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 `PulpAnsibleClient::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 `PulpAnsibleClient::PaginatedansibleRoleRemoteResponseList`. 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 PulpAnsibleClient
16
- class InlineResponse2002
16
+ class PaginatedansibleRoleResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpAnsibleClient
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 `PulpAnsibleClient::InlineResponse2002` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpAnsibleClient::PaginatedansibleRoleResponseList` 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 `PulpAnsibleClient::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 `PulpAnsibleClient::PaginatedansibleRoleResponseList`. 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 PulpAnsibleClient
14
- VERSION = '0.4.2'
14
+ VERSION = '0.4.3'
15
15
  end
@@ -43,7 +43,7 @@ describe 'AnsibleCollectionsApi' do
43
43
  # @option opts [String] :ordering Which field to use when ordering the results.
44
44
  # @option opts [String] :fields A list of fields to include in the response.
45
45
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
46
- # @return [InlineResponse200]
46
+ # @return [PaginatedansibleCollectionResponseList]
47
47
  describe 'list test' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -39,7 +39,7 @@ describe 'ApiCollectionsApi' do
39
39
  # @option opts [Integer] :page A page number within the paginated result set.
40
40
  # @option opts [String] :fields A list of fields to include in the response.
41
41
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
42
- # @return [InlineResponse20011]
42
+ # @return [PaginatedGalaxyCollectionResponseList]
43
43
  describe 'get test' do
44
44
  it 'should work' do
45
45
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -40,7 +40,7 @@ describe 'ApiRolesApi' do
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
41
  # @option opts [String] :fields A list of fields to include in the response.
42
42
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
43
- # @return [InlineResponse2009]
43
+ # @return [PaginatedGalaxyRoleResponseList]
44
44
  describe 'get test' do
45
45
  it 'should work' do
46
46
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'ContentCollectionVersionsApi' do
64
64
  # @option opts [String] :version version
65
65
  # @option opts [String] :fields A list of fields to include in the response.
66
66
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
67
- # @return [InlineResponse2001]
67
+ # @return [PaginatedansibleCollectionVersionResponseList]
68
68
  describe 'list test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -59,7 +59,7 @@ describe 'ContentRolesApi' do
59
59
  # @option opts [String] :version version
60
60
  # @option opts [String] :fields A list of fields to include in the response.
61
61
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
62
- # @return [InlineResponse2002]
62
+ # @return [PaginatedansibleRoleResponseList]
63
63
  describe 'list test' do
64
64
  it 'should work' do
65
65
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -71,7 +71,7 @@ describe 'DistributionsAnsibleApi' 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 [InlineResponse2003]
74
+ # @return [PaginatedansibleAnsibleDistributionResponseList]
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
@@ -40,7 +40,7 @@ describe 'PulpAnsibleGalaxyApiCollectionsApi' do
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
41
  # @option opts [String] :fields A list of fields to include in the response.
42
42
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
43
- # @return [InlineResponse20013]
43
+ # @return [PaginatedCollectionResponseList]
44
44
  describe 'list test' do
45
45
  it 'should work' do
46
46
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -53,7 +53,7 @@ describe 'PulpAnsibleGalaxyApiV3VersionsApi' do
53
53
  # @option opts [String] :version version
54
54
  # @option opts [String] :fields A list of fields to include in the response.
55
55
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
56
- # @return [InlineResponse20014]
56
+ # @return [PaginatedCollectionVersionResponseList]
57
57
  describe 'list test' do
58
58
  it 'should work' do
59
59
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -41,7 +41,7 @@ describe 'PulpAnsibleTagsApi' do
41
41
  # @option opts [String] :ordering Which field to use when ordering the results.
42
42
  # @option opts [String] :fields A list of fields to include in the response.
43
43
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
44
- # @return [InlineResponse2004]
44
+ # @return [PaginatedTagResponseList]
45
45
  describe 'list test' do
46
46
  it 'should work' do
47
47
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -73,7 +73,7 @@ describe 'RemotesCollectionApi' 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 [PaginatedansibleCollectionRemoteResponseList]
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
@@ -73,7 +73,7 @@ describe 'RemotesRoleApi' 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 [InlineResponse2006]
76
+ # @return [PaginatedansibleRoleRemoteResponseList]
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 'RepositoriesAnsibleApi' 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 [InlineResponse2007]
70
+ # @return [PaginatedansibleAnsibleRepositoryResponseList]
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 'RepositoriesAnsibleVersionsApi' 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 [InlineResponse2008]
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
@@ -40,7 +40,7 @@ describe 'VersionsApi' do
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
41
  # @option opts [String] :fields A list of fields to include in the response.
42
42
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
43
- # @return [InlineResponse20010]
43
+ # @return [PaginatedGalaxyRoleVersionResponseList]
44
44
  describe 'get test' do
45
45
  it 'should work' do
46
46
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'VersionsApi' do
54
54
  # @option opts [Integer] :page A page number within the paginated result set.
55
55
  # @option opts [String] :fields A list of fields to include in the response.
56
56
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
57
- # @return [InlineResponse20012]
57
+ # @return [PaginatedGalaxyCollectionVersionResponseList]
58
58
  describe 'get_0 test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,19 +32,19 @@ describe 'AnsibleCollectionVersionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleCollectionVersionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_href"' do
35
+ describe 'test attribute "artifact"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "artifact"' do
41
+ describe 'test attribute "pulp_created"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "pulp_created"' do
47
+ describe 'test attribute "pulp_href"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -32,19 +32,19 @@ describe 'AnsibleRoleResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleRoleResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_href"' do
35
+ describe 'test attribute "artifact"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "artifact"' do
41
+ describe 'test attribute "pulp_created"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "pulp_created"' do
47
+ describe 'test attribute "pulp_href"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end