Class: Yast::Folder

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

Instance Attribute Summary collapse

Instance Attribute Details

#creatorObject

Returns the value of attribute creator.



23
24
25
# File 'lib/yast.rb', line 23

def creator
  @creator
end

#descriptionObject

Returns the value of attribute description.



23
24
25
# File 'lib/yast.rb', line 23

def description
  @description
end

#idObject

Returns the value of attribute id.



23
24
25
# File 'lib/yast.rb', line 23

def id
  @id
end

#nameObject

Returns the value of attribute name.



23
24
25
# File 'lib/yast.rb', line 23

def name
  @name
end

#parentIdObject

Returns the value of attribute parentId.



23
24
25
# File 'lib/yast.rb', line 23

def parentId
  @parentId
end

#primaryColorObject

Returns the value of attribute primaryColor.



23
24
25
# File 'lib/yast.rb', line 23

def primaryColor
  @primaryColor
end

#privilegesObject

Returns the value of attribute privileges.



23
24
25
# File 'lib/yast.rb', line 23

def privileges
  @privileges
end

#timeCreatedObject

Returns the value of attribute timeCreated.



23
24
25
# File 'lib/yast.rb', line 23

def timeCreated
  @timeCreated
end