Module: Content::Orchestration::Pulp::Sync

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

Instance Method Summary collapse

Instance Method Details

#last_syncObject



13
14
15
# File 'app/models/concerns/content/orchestration/pulp/sync.rb', line 13

def last_sync
  read_attribute(:last_sync) || repo.last_sync
end