Module: Content::Orchestration::Pulp::Clone

Extended by:
ActiveSupport::Concern
Includes:
Content::Orchestration::Pulp
Included in:
RepositoryClone
Defined in:
app/models/concerns/content/orchestration/pulp/clone.rb

Instance Method Summary collapse

Instance Method Details

#last_publishedObject



10
11
12
# File 'app/models/concerns/content/orchestration/pulp/clone.rb', line 10

def last_published
  read_attribute(:last_published) || repo.last_publish
end