Module: Artifactory::GemImport::Bookkeeper
- Defined in:
- lib/artifactory/gem_import/bookkeeper.rb,
lib/artifactory/gem_import/bookkeeper/base.rb,
lib/artifactory/gem_import/bookkeeper/counter.rb,
lib/artifactory/gem_import/bookkeeper/reviewer.rb,
lib/artifactory/gem_import/bookkeeper/publisher.rb
Defined Under Namespace
Classes: Base, Counter, Publisher, Reviewer
Class Method Summary
collapse
Class Method Details
.counter ⇒ Object
11
12
13
|
# File 'lib/artifactory/gem_import/bookkeeper.rb', line 11
def counter
Counter.new
end
|
.publisher ⇒ Object
15
16
17
|
# File 'lib/artifactory/gem_import/bookkeeper.rb', line 15
def publisher
Publisher.new
end
|
.reviewer ⇒ Object
19
20
21
|
# File 'lib/artifactory/gem_import/bookkeeper.rb', line 19
def reviewer
Reviewer.new
end
|