File tree 7 files changed +34
-0
lines changed
7 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # "THE BEER-WARE LICENSE"
2
+ # As long as you retain this notice you can do whatever you want with this
3
+ # stuff. If you meet an employee from Windward some day, and you think this
4
+ # stuff is worth it, you can buy them a beer in return. Windward Studios
5
+
1
6
require_relative 'report'
2
7
class ReportDocx < Report
3
8
def initialize uri , template , report = nil
Original file line number Diff line number Diff line change
1
+ # "THE BEER-WARE LICENSE"
2
+ # As long as you retain this notice you can do whatever you want with this
3
+ # stuff. If you meet an employee from Windward some day, and you think this
4
+ # stuff is worth it, you can buy them a beer in return. Windward Studios
5
+
1
6
require_relative 'report'
2
7
class ReportHtml < Report
3
8
def initialize uri , template , report = nil
Original file line number Diff line number Diff line change
1
+ # "THE BEER-WARE LICENSE"
2
+ # As long as you retain this notice you can do whatever you want with this
3
+ # stuff. If you meet an employee from Windward some day, and you think this
4
+ # stuff is worth it, you can buy them a beer in return. Windward Studios
5
+
1
6
require_relative 'report'
2
7
class ReportPdf < Report
3
8
def initialize uri , template , report = nil
Original file line number Diff line number Diff line change
1
+ # "THE BEER-WARE LICENSE"
2
+ # As long as you retain this notice you can do whatever you want with this
3
+ # stuff. If you meet an employee from Windward some day, and you think this
4
+ # stuff is worth it, you can buy them a beer in return. Windward Studios
5
+
1
6
require_relative 'report'
2
7
class ReportPptx < Report
3
8
def initialize uri , template , report = nil
Original file line number Diff line number Diff line change
1
+ # "THE BEER-WARE LICENSE"
2
+ # As long as you retain this notice you can do whatever you want with this
3
+ # stuff. If you meet an employee from Windward some day, and you think this
4
+ # stuff is worth it, you can buy them a beer in return. Windward Studios
5
+
6
+
1
7
require_relative 'report'
2
8
class ReportRtf < Report
3
9
def initialize uri , template , report = nil
Original file line number Diff line number Diff line change
1
+ # "THE BEER-WARE LICENSE"
2
+ # As long as you retain this notice you can do whatever you want with this
3
+ # stuff. If you meet an employee from Windward some day, and you think this
4
+ # stuff is worth it, you can buy them a beer in return. Windward Studios
1
5
2
6
class TemplateVariable
3
7
attr_accessor :Name
Original file line number Diff line number Diff line change
1
+ # "THE BEER-WARE LICENSE"
2
+ # As long as you retain this notice you can do whatever you want with this
3
+ # stuff. If you meet an employee from Windward some day, and you think this
4
+ # stuff is worth it, you can buy them a beer in return. Windward Studios
1
5
2
6
class Version
3
7
attr_accessor :ServiceVersion
You can’t perform that action at this time.
0 commit comments