Method: Content::Pulp::RepositorySyncStatus#running?
- Defined in:
- app/services/content/pulp/repository_sync_status.rb
#running? ⇒ Boolean
26 27 28 |
# File 'app/services/content/pulp/repository_sync_status.rb', line 26 def running? state == RUNNING end |