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
77 78 79 |
# File 'lib/katello_api/resources/system_group.rb', line 77 def add_systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) copy(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
116 117 118 |
# File 'lib/katello_api/resources/system_group.rb', line 116 def copy(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) create(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
45 46 47 |
# File 'lib/katello_api/resources/system_group.rb', line 45 def create(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) destroy(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
125 126 127 |
# File 'lib/katello_api/resources/system_group.rb', line 125 def destroy(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) destroy_systems(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
134 135 136 |
# File 'lib/katello_api/resources/system_group.rb', line 134 def destroy_systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) history(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
96 97 98 |
# File 'lib/katello_api/resources/system_group.rb', line 96 def history(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) history_show(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
106 107 108 |
# File 'lib/katello_api/resources/system_group.rb', line 106 def history_show(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) index(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
32 33 34 |
# File 'lib/katello_api/resources/system_group.rb', line 32 def index(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) remove_systems(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
87 88 89 |
# File 'lib/katello_api/resources/system_group.rb', line 87 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
67 68 69 |
# File 'lib/katello_api/resources/system_group.rb', line 67 def systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
- (Array) update(params = {}, headers = {})
Returns First item: parsed data; second item: raw body
58 59 60 |
# File 'lib/katello_api/resources/system_group.rb', line 58 def update(params = {}, headers = {}) perform_call(__method__, params, headers) end |