Class: Katello::SmartProxyAlternateContentSource

Inherits:
Model
  • Object
show all
Defined in:
app/models/katello/smart_proxy_alternate_content_source.rb

Instance Method Summary collapse

Methods inherited from Model

#destroy!

Instance Method Details

#backend_serviceObject



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