class Projects::Model::Participant
-
This class is used to make an object for
Participant
.
Attributes
participantId[RW]
participantPerson[RW]
Public Instance Methods
getParticipantId()
click to toggle source
-
Get the participant id.
Returns¶ ↑
-
Participant
id.
# File lib/projects/model/Participant.rb, line 29 def getParticipantId return @participantId end
getParticipantPerson()
click to toggle source
-
Get the participant name.
Returns¶ ↑
-
Participant
name.
# File lib/projects/model/Participant.rb, line 49 def getParticipantPerson return @participantPerson end
setParticipantId(participantId)
click to toggle source