Class: Katello::SmartProxyAlternateContentSource
- Defined in:
- app/models/katello/smart_proxy_alternate_content_source.rb
Instance Method Summary collapse
Methods inherited from Model
Instance Method Details
#backend_service ⇒ Object
10 11 12 |
# File 'app/models/katello/smart_proxy_alternate_content_source.rb', line 10 def backend_service @service ||= ::Katello::Pulp3::AlternateContentSource.new(alternate_content_source, smart_proxy, repository) end |