Class: KatelloApi::Resources::SystemGroup
- Inherits:
-
Base
- Object
- Base
- KatelloApi::Resources::SystemGroup
- Defined in:
- lib/katello_api/resources/system_group.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) add_activation_keys(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) add_systems(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) copy(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) create(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) destroy(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) destroy_systems(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) history(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) history_show(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) index(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) remove_activation_keys(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) remove_systems(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) show(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) systems(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/system_group.rb', line 4 def self.doc @doc ||= KatelloApi.doc['resources']["system_groups"] end |
Instance Method Details
- (Array) add_activation_keys(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
99 100 101 |
# File 'lib/katello_api/resources/system_group.rb', line 99 def add_activation_keys(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) add_systems(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
79 80 81 |
# File 'lib/katello_api/resources/system_group.rb', line 79 def add_systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) copy(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
156 157 158 |
# File 'lib/katello_api/resources/system_group.rb', line 156 def copy(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) create(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
47 48 49 |
# File 'lib/katello_api/resources/system_group.rb', line 47 def create(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) destroy(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
137 138 139 |
# File 'lib/katello_api/resources/system_group.rb', line 137 def destroy(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) destroy_systems(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
146 147 148 |
# File 'lib/katello_api/resources/system_group.rb', line 146 def destroy_systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) history(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
118 119 120 |
# File 'lib/katello_api/resources/system_group.rb', line 118 def history(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) history_show(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
128 129 130 |
# File 'lib/katello_api/resources/system_group.rb', line 128 def history_show(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) index(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
34 35 36 |
# File 'lib/katello_api/resources/system_group.rb', line 34 def index(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) remove_activation_keys(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
109 110 111 |
# File 'lib/katello_api/resources/system_group.rb', line 109 def remove_activation_keys(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) remove_systems(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
89 90 91 |
# File 'lib/katello_api/resources/system_group.rb', line 89 def remove_systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) show(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
13 14 15 |
# File 'lib/katello_api/resources/system_group.rb', line 13 def show(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) systems(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
69 70 71 |
# File 'lib/katello_api/resources/system_group.rb', line 69 def systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) update(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
60 61 62 |
# File 'lib/katello_api/resources/system_group.rb', line 60 def update(params = {}, headers = {}) perform_call(__method__, params, headers) end |