class CrvApiClient::Api::Reproduction::Participant

{ws.crvholding.com/participantTypes/}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

Attributes

composedName[RW]
firstname[RW]
initials[RW]
participant[RW]
postTitle[RW]
preTitle[RW]
prefix[RW]
surname[RW]

Public Class Methods

new(participant = nil, preTitle = nil, initials = nil, firstname = nil, prefix = nil, surname = nil, postTitle = nil, composedName = nil) click to toggle source
# 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