Module: TheShoveler
- Defined in:
- lib/theShoveler.rb,
lib/theShoveler/job.rb,
lib/theShoveler/target.rb,
lib/theShoveler/version.rb,
lib/theShoveler/document.rb
Defined Under Namespace
Modules: Targets
Classes: Document, Job, Target
Constant Summary
collapse
- VERSION =
"0.0.1"
Class Method Summary
collapse
Class Method Details
.logger ⇒ Object
4
5
6
|
# File 'lib/theShoveler.rb', line 4
def self.logger
@logger
end
|
.logger=(logger) ⇒ Object
7
8
9
|
# File 'lib/theShoveler.rb', line 7
def self.logger=(logger)
@logger = logger
end
|