Class: Env::Tools
- Inherits:
-
Object
- Object
- Env::Tools
- Defined in:
- lib/seabass/env.rb
Instance Attribute Summary collapse
-
#robocopy ⇒ Object
Returns the value of attribute robocopy.
Instance Method Summary collapse
-
#initialize ⇒ Tools
constructor
A new instance of Tools.
Constructor Details
#initialize ⇒ Tools
Returns a new instance of Tools.
11 12 13 14 |
# File 'lib/seabass/env.rb', line 11 def initialize() tools_dir = File.dirname(__FILE__) + '/../tools/' @robocopy = tools_dir + 'robocopy.exe' end |
Instance Attribute Details
#robocopy ⇒ Object
Returns the value of attribute robocopy.
10 11 12 |
# File 'lib/seabass/env.rb', line 10 def robocopy @robocopy end |