Class: Autoproj::CLI::MainGlobal::WorkspaceDir

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/autoproj/cli/main_global.rb', line 6

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'lib/autoproj/cli/main_global.rb', line 6

def path
  @path
end

#presentObject

Returns the value of attribute present

Returns:

  • (Object)

    the current value of present



6
7
8
# File 'lib/autoproj/cli/main_global.rb', line 6

def present
  @present
end