Class Index [+]

Quicksearch

TaskJuggler::Tj3TsReceiver

Public Class Methods

new() click to toggle source
    # File lib/tj3ts_receiver.rb, line 26
26:     def initialize
27:       super
28:     end

Public Instance Methods

main() click to toggle source
    # File lib/tj3ts_receiver.rb, line 42
42:     def main
43:       super
44:       ts = TimeSheetReceiver.new('tj3ts_receiver')
45:       @rc.configure(ts, 'global')
46:       @rc.configure(ts, 'timesheets')
47:       @rc.configure(ts, 'timesheets.receiver')
48:       ts.workingDir = @workingDir if @workingDir
49:       ts.dryRun = @dryRun
50: 
51:       ts.processEmail
52:       0
53:     end
processArguments(argv) click to toggle source
    # File lib/tj3ts_receiver.rb, line 30
30:     def processArguments(argv)
31:       super do
32:         @opts.banner += This program can be used to receive filled-out time sheets via email.  Itreads the emails from STDIN and extracts the time sheet from the attachedfiles. The time sheet is checked for correctness. Good time sheets are filedaway. The sender will be informed by email that the time sheets was acceptedor rejected.
33:       end
34:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.