Class: CrvApiClient::Api::Reproduction::Participant

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#composedNameObject

Returns the value of attribute composedName.



1286
1287
1288
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1286

def composedName
  @composedName
end

#firstnameObject

Returns the value of attribute firstname.



1282
1283
1284
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1282

def firstname
  @firstname
end

#initialsObject

Returns the value of attribute initials.



1281
1282
1283
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1281

def initials
  @initials
end

#participantObject

Returns the value of attribute participant.



1279
1280
1281
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1279

def participant
  @participant
end

#postTitleObject

Returns the value of attribute postTitle.



1285
1286
1287
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1285

def postTitle
  @postTitle
end

#prefixObject

Returns the value of attribute prefix.



1283
1284
1285
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1283

def prefix
  @prefix
end

#preTitleObject

Returns the value of attribute preTitle.



1280
1281
1282
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1280

def preTitle
  @preTitle
end

#surnameObject

Returns the value of attribute surname.



1284
1285
1286
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1284

def surname
  @surname
end