Class: Katello::Api::V2::ContentExportIncrementalsController
- Inherits:
-
ExportsController
- Object
- Api::V2::BaseController
- ApiController
- ExportsController
- Katello::Api::V2::ContentExportIncrementalsController
- Defined in:
- app/controllers/katello/api/v2/content_export_incrementals_controller.rb
Instance Method Summary collapse
Methods inherited from ExportsController
#export_content_view_version, #export_library, #export_repository, #find_export_format, #find_exportable_content_view_version, #find_exportable_organization, #find_exportable_repository, #find_incremental_history, #find_incremental_history_from_id
Methods inherited from ApiController
#empty_search_query?, #full_result_response, #resource_class, #scoped_search, #skip_session
Methods included from Rendering
#respond_for_async, #respond_for_bulk_async, #respond_for_create, #respond_for_destroy, #respond_for_index, #respond_for_show, #respond_for_status, #respond_for_update, #respond_with_template, #respond_with_template_collection, #respond_with_template_resource, #try_specific_collection_template, #try_specific_resource_template
Methods included from Katello::Api::Version2
Instance Method Details
#library ⇒ Object
32 33 34 |
# File 'app/controllers/katello/api/v2/content_export_incrementals_controller.rb', line 32 def library export_library end |
#repository ⇒ Object
40 41 42 |
# File 'app/controllers/katello/api/v2/content_export_incrementals_controller.rb', line 40 def repository export_repository end |
#version ⇒ Object
22 23 24 |
# File 'app/controllers/katello/api/v2/content_export_incrementals_controller.rb', line 22 def version export_content_view_version end |