Class: Yast::Project

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

Instance Attribute Summary collapse

Instance Attribute Details

#creatorObject

Returns the value of attribute creator.



18
19
20
# File 'lib/yast.rb', line 18

def creator
  @creator
end

#descriptionObject

Returns the value of attribute description.



18
19
20
# File 'lib/yast.rb', line 18

def description
  @description
end

#idObject

Returns the value of attribute id.



18
19
20
# File 'lib/yast.rb', line 18

def id
  @id
end

#nameObject

Returns the value of attribute name.



18
19
20
# File 'lib/yast.rb', line 18

def name
  @name
end

#parentIdObject

Returns the value of attribute parentId.



18
19
20
# File 'lib/yast.rb', line 18

def parentId
  @parentId
end

#primaryColorObject

Returns the value of attribute primaryColor.



18
19
20
# File 'lib/yast.rb', line 18

def primaryColor
  @primaryColor
end

#privilegesObject

Returns the value of attribute privileges.



18
19
20
# File 'lib/yast.rb', line 18

def privileges
  @privileges
end

#timeCreatedObject

Returns the value of attribute timeCreated.



18
19
20
# File 'lib/yast.rb', line 18

def timeCreated
  @timeCreated
end