Class: CrvApiClient::Api::Animals::Participant
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::Participant
- 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
-
#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.
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
#composedName ⇒ Object
Returns the value of attribute composedName.
1371 1372 1373 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1371 def composedName @composedName end |
#firstname ⇒ Object
Returns the value of attribute firstname.
1367 1368 1369 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1367 def firstname @firstname end |
#initials ⇒ Object
Returns the value of attribute initials.
1366 1367 1368 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1366 def initials @initials end |
#participant ⇒ Object
Returns the value of attribute participant.
1364 1365 1366 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1364 def participant @participant end |
#postTitle ⇒ Object
Returns the value of attribute postTitle.
1370 1371 1372 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1370 def postTitle @postTitle end |
#prefix ⇒ Object
Returns the value of attribute prefix.
1368 1369 1370 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1368 def prefix @prefix end |
#preTitle ⇒ Object
Returns the value of attribute preTitle.
1365 1366 1367 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1365 def preTitle @preTitle end |
#surname ⇒ Object
Returns the value of attribute surname.
1369 1370 1371 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1369 def surname @surname end |