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_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_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_systems(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
76 77 78 |
# File 'lib/katello_api/resources/system_group.rb', line 76 def add_systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) copy(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
115 116 117 |
# File 'lib/katello_api/resources/system_group.rb', line 115 def copy(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) create(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
44 45 46 |
# File 'lib/katello_api/resources/system_group.rb', line 44 def create(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) destroy(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
124 125 126 |
# File 'lib/katello_api/resources/system_group.rb', line 124 def destroy(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) destroy_systems(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
133 134 135 |
# File 'lib/katello_api/resources/system_group.rb', line 133 def destroy_systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) history(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
95 96 97 |
# File 'lib/katello_api/resources/system_group.rb', line 95 def history(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) history_show(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
105 106 107 |
# File 'lib/katello_api/resources/system_group.rb', line 105 def history_show(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) index(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
31 32 33 |
# File 'lib/katello_api/resources/system_group.rb', line 31 def index(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) remove_systems(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
86 87 88 |
# File 'lib/katello_api/resources/system_group.rb', line 86 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
66 67 68 |
# File 'lib/katello_api/resources/system_group.rb', line 66 def systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) update(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
57 58 59 |
# File 'lib/katello_api/resources/system_group.rb', line 57 def update(params = {}, headers = {}) perform_call(__method__, params, headers) end |