Class: Yast::Folder
- Inherits:
-
Object
- Object
- Yast::Folder
- Defined in:
- lib/yast.rb
Instance Attribute Summary collapse
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parentId ⇒ Object
Returns the value of attribute parentId.
-
#primaryColor ⇒ Object
Returns the value of attribute primaryColor.
-
#privileges ⇒ Object
Returns the value of attribute privileges.
-
#timeCreated ⇒ Object
Returns the value of attribute timeCreated.
Instance Attribute Details
#creator ⇒ Object
Returns the value of attribute creator.
23 24 25 |
# File 'lib/yast.rb', line 23 def creator @creator end |
#description ⇒ Object
Returns the value of attribute description.
23 24 25 |
# File 'lib/yast.rb', line 23 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
23 24 25 |
# File 'lib/yast.rb', line 23 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
23 24 25 |
# File 'lib/yast.rb', line 23 def name @name end |
#parentId ⇒ Object
Returns the value of attribute parentId.
23 24 25 |
# File 'lib/yast.rb', line 23 def parentId @parentId end |
#primaryColor ⇒ Object
Returns the value of attribute primaryColor.
23 24 25 |
# File 'lib/yast.rb', line 23 def primaryColor @primaryColor end |
#privileges ⇒ Object
Returns the value of attribute privileges.
23 24 25 |
# File 'lib/yast.rb', line 23 def privileges @privileges end |
#timeCreated ⇒ Object
Returns the value of attribute timeCreated.
23 24 25 |
# File 'lib/yast.rb', line 23 def timeCreated @timeCreated end |