Class: SchrootConfigUnit

Inherits:
Object
  • Object
show all
Defined in:
lib/schroot.rb

Overview

Schroot config unit

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesObject

Returns the value of attribute aliases.



11
12
13
# File 'lib/schroot.rb', line 11

def aliases
  @aliases
end

#descriptionObject

Returns the value of attribute description.



11
12
13
# File 'lib/schroot.rb', line 11

def description
  @description
end

#directoryObject

Returns the value of attribute directory.



11
12
13
# File 'lib/schroot.rb', line 11

def directory
  @directory
end

#groupsObject

Returns the value of attribute groups.



11
12
13
# File 'lib/schroot.rb', line 11

def groups
  @groups
end

#root_groupsObject

Returns the value of attribute root_groups.



11
12
13
# File 'lib/schroot.rb', line 11

def root_groups
  @root_groups
end

#typeObject

Returns the value of attribute type.



11
12
13
# File 'lib/schroot.rb', line 11

def type
  @type
end

#union_typeObject

Returns the value of attribute union_type.



11
12
13
# File 'lib/schroot.rb', line 11

def union_type
  @union_type
end

#usersObject

Returns the value of attribute users.



11
12
13
# File 'lib/schroot.rb', line 11

def users
  @users
end