Class: CrvApiClient::Api::Reproduction::Participant
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::Participant
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/participant
participant - CrvApiClient::Api::Reproduction::ParticipantId
preTitle - SOAP::SOAPString
initials - SOAP::SOAPString
firstname - SOAP::SOAPString
prefix - SOAP::SOAPString
surname - SOAP::SOAPString
postTitle - SOAP::SOAPString
composedName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#composedName ⇒ Object
Returns the value of attribute composedName.
-
#firstname ⇒ Object
Returns the value of attribute firstname.
-
#initials ⇒ Object
Returns the value of attribute initials.
-
#participant ⇒ Object
Returns the value of attribute participant.
-
#postTitle ⇒ Object
Returns the value of attribute postTitle.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#preTitle ⇒ Object
Returns the value of attribute preTitle.
-
#surname ⇒ Object
Returns the value of attribute surname.
Instance Method Summary collapse
-
#initialize(participant = nil, preTitle = nil, initials = nil, firstname = nil, prefix = nil, surname = nil, postTitle = nil, composedName = nil) ⇒ Participant
constructor
A new instance of Participant.
Constructor Details
#initialize(participant = nil, preTitle = nil, initials = nil, firstname = nil, prefix = nil, surname = nil, postTitle = nil, composedName = nil) ⇒ Participant
Returns a new instance of Participant.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1288 def initialize(participant = nil, preTitle = nil, initials = nil, firstname = nil, prefix = nil, surname = nil, postTitle = nil, composedName = nil) @participant = participant @preTitle = preTitle @initials = initials @firstname = firstname @prefix = prefix @surname = surname @postTitle = postTitle @composedName = composedName end |
Instance Attribute Details
#composedName ⇒ Object
Returns the value of attribute composedName.
1286 1287 1288 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1286 def composedName @composedName end |
#firstname ⇒ Object
Returns the value of attribute firstname.
1282 1283 1284 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1282 def firstname @firstname end |
#initials ⇒ Object
Returns the value of attribute initials.
1281 1282 1283 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1281 def initials @initials end |
#participant ⇒ Object
Returns the value of attribute participant.
1279 1280 1281 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1279 def participant @participant end |
#postTitle ⇒ Object
Returns the value of attribute postTitle.
1285 1286 1287 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1285 def postTitle @postTitle end |
#prefix ⇒ Object
Returns the value of attribute prefix.
1283 1284 1285 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1283 def prefix @prefix end |
#preTitle ⇒ Object
Returns the value of attribute preTitle.
1280 1281 1282 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1280 def preTitle @preTitle end |
#surname ⇒ Object
Returns the value of attribute surname.
1284 1285 1286 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1284 def surname @surname end |