Class: ForemanApi::Resources::OperatingSystem
- Defined in:
- lib/foreman_api/resources/operating_system.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Instance Method Summary collapse
-
#bootfiles(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#create(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#destroy(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#index(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#show(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#update(params = {}, headers = {}) ⇒ Array
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 ForemanApi::Base
Class Method Details
.doc ⇒ Object
4 5 6 |
# File 'lib/foreman_api/resources/operating_system.rb', line 4 def self.doc @doc ||= ForemanApi.doc['resources']["operatingsystems"] end |
Instance Method Details
#bootfiles(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
78 79 80 |
# File 'lib/foreman_api/resources/operating_system.rb', line 78 def bootfiles(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#create(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
41 42 43 |
# File 'lib/foreman_api/resources/operating_system.rb', line 41 def create(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#destroy(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
67 68 69 |
# File 'lib/foreman_api/resources/operating_system.rb', line 67 def destroy(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#index(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
16 17 18 |
# File 'lib/foreman_api/resources/operating_system.rb', line 16 def index(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#show(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
25 26 27 |
# File 'lib/foreman_api/resources/operating_system.rb', line 25 def show(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#update(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
58 59 60 |
# File 'lib/foreman_api/resources/operating_system.rb', line 58 def update(params = {}, headers = {}) perform_call(__method__, params, headers) end |