Class: CrvApiClient::Api::Animals::Participant

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.rb

Overview

/participant

participant - CrvApiClient::Api::Animals::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.



1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
# File 'lib/crv_api_client/api/animals/animals.rb', line 1373

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.



1371
1372
1373
# File 'lib/crv_api_client/api/animals/animals.rb', line 1371

def composedName
  @composedName
end

#firstnameObject

Returns the value of attribute firstname.



1367
1368
1369
# File 'lib/crv_api_client/api/animals/animals.rb', line 1367

def firstname
  @firstname
end

#initialsObject

Returns the value of attribute initials.



1366
1367
1368
# File 'lib/crv_api_client/api/animals/animals.rb', line 1366

def initials
  @initials
end

#participantObject

Returns the value of attribute participant.



1364
1365
1366
# File 'lib/crv_api_client/api/animals/animals.rb', line 1364

def participant
  @participant
end

#postTitleObject

Returns the value of attribute postTitle.



1370
1371
1372
# File 'lib/crv_api_client/api/animals/animals.rb', line 1370

def postTitle
  @postTitle
end

#prefixObject

Returns the value of attribute prefix.



1368
1369
1370
# File 'lib/crv_api_client/api/animals/animals.rb', line 1368

def prefix
  @prefix
end

#preTitleObject

Returns the value of attribute preTitle.



1365
1366
1367
# File 'lib/crv_api_client/api/animals/animals.rb', line 1365

def preTitle
  @preTitle
end

#surnameObject

Returns the value of attribute surname.



1369
1370
1371
# File 'lib/crv_api_client/api/animals/animals.rb', line 1369

def surname
  @surname
end