Class: KatelloApi::Resources::ContentViewDefinition
- Defined in:
- lib/katello_api/resources/content_view_definition.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Instance Method Summary collapse
-
#clone(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#content_views(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.
-
#list_all_products(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#list_products(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#list_repositories(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#publish(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.
-
#update_content_views(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#update_products(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#update_repositories(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 KatelloApi::Base
Class Method Details
.doc ⇒ Object
4 5 6 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 4 def self.doc @doc ||= KatelloApi.doc['resources']["content_view_definitions"] end |
Instance Method Details
#clone(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
88 89 90 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 88 def clone(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#content_views(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
97 98 99 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 97 def content_views(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#create(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
30 31 32 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 30 def create(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#destroy(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
74 75 76 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 74 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/katello_api/resources/content_view_definition.rb', line 16 def index(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#list_all_products(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
155 156 157 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 155 def list_all_products(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#list_products(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
136 137 138 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 136 def list_products(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#list_repositories(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
116 117 118 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 116 def list_repositories(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#publish(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
65 66 67 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 65 def publish(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#show(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
53 54 55 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 53 def show(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#update(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
44 45 46 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 44 def update(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#update_content_views(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
107 108 109 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 107 def update_content_views(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#update_products(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
146 147 148 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 146 def update_products(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#update_repositories(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
126 127 128 |
# File 'lib/katello_api/resources/content_view_definition.rb', line 126 def update_repositories(params = {}, headers = {}) perform_call(__method__, params, headers) end |