Class: Autoproj::Workspace::RegisteredWorkspace

Inherits:
Struct
  • Object
show all
Defined in:
lib/autoproj/workspace.rb

Instance Attribute Summary collapse

Instance Attribute Details

#build_dirObject

Returns the value of attribute build_dir

Returns:

  • (Object)

    the current value of build_dir



587
588
589
# File 'lib/autoproj/workspace.rb', line 587

def build_dir
  @build_dir
end

#prefix_dirObject

Returns the value of attribute prefix_dir

Returns:

  • (Object)

    the current value of prefix_dir



587
588
589
# File 'lib/autoproj/workspace.rb', line 587

def prefix_dir
  @prefix_dir
end

#root_dirObject

Returns the value of attribute root_dir

Returns:

  • (Object)

    the current value of root_dir



587
588
589
# File 'lib/autoproj/workspace.rb', line 587

def root_dir
  @root_dir
end