Class: Yast::Project
- Inherits:
-
Object
- Object
- Yast::Project
- 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.
18 19 20 |
# File 'lib/yast.rb', line 18 def creator @creator end |
#description ⇒ Object
Returns the value of attribute description.
18 19 20 |
# File 'lib/yast.rb', line 18 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
18 19 20 |
# File 'lib/yast.rb', line 18 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
18 19 20 |
# File 'lib/yast.rb', line 18 def name @name end |
#parentId ⇒ Object
Returns the value of attribute parentId.
18 19 20 |
# File 'lib/yast.rb', line 18 def parentId @parentId end |
#primaryColor ⇒ Object
Returns the value of attribute primaryColor.
18 19 20 |
# File 'lib/yast.rb', line 18 def primaryColor @primaryColor end |
#privileges ⇒ Object
Returns the value of attribute privileges.
18 19 20 |
# File 'lib/yast.rb', line 18 def privileges @privileges end |
#timeCreated ⇒ Object
Returns the value of attribute timeCreated.
18 19 20 |
# File 'lib/yast.rb', line 18 def timeCreated @timeCreated end |