Class: Yast::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



12
13
14
# File 'lib/yast.rb', line 12

def comment
  @comment
end

#creatorObject

Returns the value of attribute creator.



12
13
14
# File 'lib/yast.rb', line 12

def creator
  @creator
end

#endTimeObject

Returns the value of attribute endTime.



12
13
14
# File 'lib/yast.rb', line 12

def endTime
  @endTime
end

#flagsObject

Returns the value of attribute flags.



12
13
14
# File 'lib/yast.rb', line 12

def flags
  @flags
end

#idObject

Returns the value of attribute id.



12
13
14
# File 'lib/yast.rb', line 12

def id
  @id
end

#isRunningObject

Returns the value of attribute isRunning.



12
13
14
# File 'lib/yast.rb', line 12

def isRunning
  @isRunning
end

#outgoingObject

Returns the value of attribute outgoing.



12
13
14
# File 'lib/yast.rb', line 12

def outgoing
  @outgoing
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



12
13
14
# File 'lib/yast.rb', line 12

def phoneNumber
  @phoneNumber
end

#projectObject

Returns the value of attribute project.



12
13
14
# File 'lib/yast.rb', line 12

def project
  @project
end

#startTimeObject

Returns the value of attribute startTime.



12
13
14
# File 'lib/yast.rb', line 12

def startTime
  @startTime
end

#timeCreatedObject

Returns the value of attribute timeCreated.



12
13
14
# File 'lib/yast.rb', line 12

def timeCreated
  @timeCreated
end

#timeUpdatedObject

Returns the value of attribute timeUpdated.



12
13
14
# File 'lib/yast.rb', line 12

def timeUpdated
  @timeUpdated
end

#typeIdObject

Returns the value of attribute typeId.



12
13
14
# File 'lib/yast.rb', line 12

def typeId
  @typeId
end