Class: CrvApiClient::Api::Animals::ParticipantId
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::ParticipantId
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/participantId
participantCode - SOAP::SOAPString
participantCodeType - SOAP::SOAPString
countryCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#participantCode ⇒ Object
Returns the value of attribute participantCode.
-
#participantCodeType ⇒ Object
Returns the value of attribute participantCodeType.
Instance Method Summary collapse
-
#initialize(participantCode = nil, participantCodeType = nil, countryCode = nil) ⇒ ParticipantId
constructor
A new instance of ParticipantId.
Constructor Details
#initialize(participantCode = nil, participantCodeType = nil, countryCode = nil) ⇒ ParticipantId
Returns a new instance of ParticipantId.
1285 1286 1287 1288 1289 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1285 def initialize(participantCode = nil, participantCodeType = nil, countryCode = nil) @participantCode = participantCode @participantCodeType = participantCodeType @countryCode = countryCode end |
Instance Attribute Details
#countryCode ⇒ Object
Returns the value of attribute countryCode.
1283 1284 1285 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1283 def countryCode @countryCode end |
#participantCode ⇒ Object
Returns the value of attribute participantCode.
1281 1282 1283 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1281 def participantCode @participantCode end |
#participantCodeType ⇒ Object
Returns the value of attribute participantCodeType.
1282 1283 1284 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1282 def participantCodeType @participantCodeType end |