Class: KatelloApi::Resources::RepositorySet
- Inherits:
-
Base
- Object
- Base
- KatelloApi::Resources::RepositorySet
- Defined in:
- lib/katello_api/resources/repository_set.rb
Constant Summary
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary (collapse)
Instance Method Summary (collapse)
-
- (Array) disable(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) enable(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) index(params = {}, headers = {})
First item: parsed data; second item: raw body.
Methods inherited from Base
#http_call, #initialize, method_doc, #perform_call, #validate_params!, validation_hash
Constructor Details
This class inherits a constructor from KatelloApi::Base
Class Method Details
+ (Object) doc
4 5 6 |
# File 'lib/katello_api/resources/repository_set.rb', line 4 def self.doc @doc ||= KatelloApi.doc['resources']["repository_sets"] end |
Instance Method Details
- (Array) disable(params = {}, headers = {})
First item: parsed data; second item: raw body
26 27 28 |
# File 'lib/katello_api/resources/repository_set.rb', line 26 def disable(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) enable(params = {}, headers = {})
First item: parsed data; second item: raw body
15 16 17 |
# File 'lib/katello_api/resources/repository_set.rb', line 15 def enable(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) index(params = {}, headers = {})
First item: parsed data; second item: raw body
36 37 38 |
# File 'lib/katello_api/resources/repository_set.rb', line 36 def index(params = {}, headers = {}) perform_call(__method__, params, headers) end |