Class: KatelloApi::Resources::Organization
- Inherits:
-
Base
- Object
- Base
- KatelloApi::Resources::Organization
- Defined in:
- lib/katello_api/resources/organization.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) autoattach_subscriptions(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) cancel_repo_discover(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) create(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) index(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) repo_discover(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) show(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) update(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/organization.rb', line 4 def self.doc @doc ||= KatelloApi.doc['resources']["organizations"] end |
Instance Method Details
- (Array) autoattach_subscriptions(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
83 84 85 |
# File 'lib/katello_api/resources/organization.rb', line 83 def autoattach_subscriptions(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) cancel_repo_discover(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
74 75 76 |
# File 'lib/katello_api/resources/organization.rb', line 74 def cancel_repo_discover(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) create(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
54 55 56 |
# File 'lib/katello_api/resources/organization.rb', line 54 def create(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) index(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
21 22 23 |
# File 'lib/katello_api/resources/organization.rb', line 21 def index(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) repo_discover(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
64 65 66 |
# File 'lib/katello_api/resources/organization.rb', line 64 def repo_discover(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) show(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
30 31 32 |
# File 'lib/katello_api/resources/organization.rb', line 30 def show(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) update(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
43 44 45 |
# File 'lib/katello_api/resources/organization.rb', line 43 def update(params = {}, headers = {}) perform_call(__method__, params, headers) end |