Class: Autoproj::Workspace::RegisteredWorkspace
- Inherits:
-
Struct
- Object
- Struct
- Autoproj::Workspace::RegisteredWorkspace
- Defined in:
- lib/autoproj/workspace.rb
Instance Attribute Summary collapse
-
#build_dir ⇒ Object
Returns the value of attribute build_dir.
-
#prefix_dir ⇒ Object
Returns the value of attribute prefix_dir.
-
#root_dir ⇒ Object
Returns the value of attribute root_dir.
Instance Attribute Details
#build_dir ⇒ Object
Returns the value of attribute build_dir
587 588 589 |
# File 'lib/autoproj/workspace.rb', line 587 def build_dir @build_dir end |
#prefix_dir ⇒ Object
Returns the value of attribute prefix_dir
587 588 589 |
# File 'lib/autoproj/workspace.rb', line 587 def prefix_dir @prefix_dir end |
#root_dir ⇒ Object
Returns the value of attribute root_dir
587 588 589 |
# File 'lib/autoproj/workspace.rb', line 587 def root_dir @root_dir end |