Module: Faa
- Defined in:
- lib/faa/cleanup.rb
Defined Under Namespace
Modules: Cleanup
Class Method Summary collapse
-
.nexcom_dir ⇒ Object
Get the NEXCOM project directory.
-
.project_dir ⇒ Object
Get the project directory from Documents folder.
-
.rtr_dir ⇒ Object
Get the RTR project directory.
Class Method Details
.nexcom_dir ⇒ Object
Get the NEXCOM project directory
18 19 20 |
# File 'lib/faa/cleanup.rb', line 18 def self.nexcom_dir project_dir / "nexcom/dominic" end |
.project_dir ⇒ Object
Get the project directory from Documents folder
6 7 8 |
# File 'lib/faa/cleanup.rb', line 6 def self.project_dir Pathname.new("c:/Users/Dominic E Sisneros/OneDrive - Federal Aviation Administration/Documents/work/projects") end |
.rtr_dir ⇒ Object
Get the RTR project directory
12 13 14 |
# File 'lib/faa/cleanup.rb', line 12 def self.rtr_dir project_dir / "rtir" end |