Class: Yast::Record
- Inherits:
-
Object
- Object
- Yast::Record
- Defined in:
- lib/yast.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isRunning ⇒ Object
Returns the value of attribute isRunning.
-
#outgoing ⇒ Object
Returns the value of attribute outgoing.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
-
#project ⇒ Object
Returns the value of attribute project.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#timeCreated ⇒ Object
Returns the value of attribute timeCreated.
-
#timeUpdated ⇒ Object
Returns the value of attribute timeUpdated.
-
#typeId ⇒ Object
Returns the value of attribute typeId.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment.
12 13 14 |
# File 'lib/yast.rb', line 12 def comment @comment end |
#creator ⇒ Object
Returns the value of attribute creator.
12 13 14 |
# File 'lib/yast.rb', line 12 def creator @creator end |
#endTime ⇒ Object
Returns the value of attribute endTime.
12 13 14 |
# File 'lib/yast.rb', line 12 def endTime @endTime end |
#flags ⇒ Object
Returns the value of attribute flags.
12 13 14 |
# File 'lib/yast.rb', line 12 def flags @flags end |
#id ⇒ Object
Returns the value of attribute id.
12 13 14 |
# File 'lib/yast.rb', line 12 def id @id end |
#isRunning ⇒ Object
Returns the value of attribute isRunning.
12 13 14 |
# File 'lib/yast.rb', line 12 def isRunning @isRunning end |
#outgoing ⇒ Object
Returns the value of attribute outgoing.
12 13 14 |
# File 'lib/yast.rb', line 12 def outgoing @outgoing end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
12 13 14 |
# File 'lib/yast.rb', line 12 def phoneNumber @phoneNumber end |
#project ⇒ Object
Returns the value of attribute project.
12 13 14 |
# File 'lib/yast.rb', line 12 def project @project end |
#startTime ⇒ Object
Returns the value of attribute startTime.
12 13 14 |
# File 'lib/yast.rb', line 12 def startTime @startTime end |
#timeCreated ⇒ Object
Returns the value of attribute timeCreated.
12 13 14 |
# File 'lib/yast.rb', line 12 def timeCreated @timeCreated end |
#timeUpdated ⇒ Object
Returns the value of attribute timeUpdated.
12 13 14 |
# File 'lib/yast.rb', line 12 def timeUpdated @timeUpdated end |
#typeId ⇒ Object
Returns the value of attribute typeId.
12 13 14 |
# File 'lib/yast.rb', line 12 def typeId @typeId end |