Module: TimeSheet
- Defined in:
- lib/time_sheet.rb,
lib/time_sheet/version.rb
Defined Under Namespace
Modules: Time
Classes: TablePrinter
Constant Summary
collapse
- VERSION =
"1.1.0"
Class Method Summary
collapse
Class Method Details
.options ⇒ Object
30
31
32
|
# File 'lib/time_sheet.rb', line 30
def self.options
@options
end
|
.options=(options) ⇒ Object
26
27
28
|
# File 'lib/time_sheet.rb', line 26
def self.options=(options)
@options = options
end
|
.root ⇒ Object
22
23
24
|
# File 'lib/time_sheet.rb', line 22
def self.root
@root ||= File.expand_path(File.dirname(__FILE__) + '/..')
end
|