Class: SchrootConfigUnit
- Inherits:
-
Object
- Object
- SchrootConfigUnit
- Defined in:
- lib/schroot.rb
Overview
Schroot config unit
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#description ⇒ Object
Returns the value of attribute description.
-
#directory ⇒ Object
Returns the value of attribute directory.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#root_groups ⇒ Object
Returns the value of attribute root_groups.
-
#type ⇒ Object
Returns the value of attribute type.
-
#union_type ⇒ Object
Returns the value of attribute union_type.
-
#users ⇒ Object
Returns the value of attribute users.
Instance Attribute Details
#aliases ⇒ Object
Returns the value of attribute aliases.
11 12 13 |
# File 'lib/schroot.rb', line 11 def aliases @aliases end |
#description ⇒ Object
Returns the value of attribute description.
11 12 13 |
# File 'lib/schroot.rb', line 11 def description @description end |
#directory ⇒ Object
Returns the value of attribute directory.
11 12 13 |
# File 'lib/schroot.rb', line 11 def directory @directory end |
#groups ⇒ Object
Returns the value of attribute groups.
11 12 13 |
# File 'lib/schroot.rb', line 11 def groups @groups end |
#root_groups ⇒ Object
Returns the value of attribute root_groups.
11 12 13 |
# File 'lib/schroot.rb', line 11 def root_groups @root_groups end |
#type ⇒ Object
Returns the value of attribute type.
11 12 13 |
# File 'lib/schroot.rb', line 11 def type @type end |
#union_type ⇒ Object
Returns the value of attribute union_type.
11 12 13 |
# File 'lib/schroot.rb', line 11 def union_type @union_type end |
#users ⇒ Object
Returns the value of attribute users.
11 12 13 |
# File 'lib/schroot.rb', line 11 def users @users end |