Class: Autoproj::CLI::MainGlobal::WorkspaceDir
- Inherits:
-
Struct
- Object
- Struct
- Autoproj::CLI::MainGlobal::WorkspaceDir
- Defined in:
- lib/autoproj/cli/main_global.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#present ⇒ Object
Returns the value of attribute present.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/autoproj/cli/main_global.rb', line 6 def name @name end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/autoproj/cli/main_global.rb', line 6 def path @path end |
#present ⇒ Object
Returns the value of attribute present
6 7 8 |
# File 'lib/autoproj/cli/main_global.rb', line 6 def present @present end |