Class: KatelloApi::Resources::ContentViewDefinition
- Inherits:
-
Base
- Object
- Base
- KatelloApi::Resources::ContentViewDefinition
- Defined in:
- lib/katello_api/resources/content_view_definition.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) clone(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) content_views(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) index(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) list_all_products(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) list_products(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) list_repositories(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) publish(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) show(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) update(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) update_content_views(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) update_products(params = {}, headers = {})
First item: parsed data; second item: raw body.
-
- (Array) update_repositories(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/content_view_definition.rb', line 4 def self.doc @doc ||= KatelloApi.doc['resources']["content_view_definitions"] end |
Instance Method Details
- (Array) clone(params = {}, headers = {})
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 |
- (Array) content_views(params = {}, headers = {})
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 |
- (Array) create(params = {}, headers = {})
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 |
- (Array) destroy(params = {}, headers = {})
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 |
- (Array) index(params = {}, headers = {})
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 |
- (Array) list_all_products(params = {}, headers = {})
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 |
- (Array) list_products(params = {}, headers = {})
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 |
- (Array) list_repositories(params = {}, headers = {})
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 |
- (Array) publish(params = {}, headers = {})
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 |
- (Array) show(params = {}, headers = {})
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 |
- (Array) update(params = {}, headers = {})
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 |
- (Array) update_content_views(params = {}, headers = {})
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 |
- (Array) update_products(params = {}, headers = {})
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 |
- (Array) update_repositories(params = {}, headers = {})
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 |